Sunset simulation project using ray marching algorithm
Find a file
2024-10-18 00:15:25 -04:00
.gitignore initial commit 2024-10-15 22:48:16 -04:00
app.py map works 2024-10-17 21:46:41 -04:00
astropy_test.py initial commit 2024-10-15 22:48:16 -04:00
calls.txt initial commit 2024-10-15 22:48:16 -04:00
README.md add readme 2024-10-18 00:15:25 -04:00
requirements.txt initial commit 2024-10-15 22:48:16 -04:00
setup.py initial commit 2024-10-15 22:48:16 -04:00
skydome.py map works 2024-10-17 21:46:41 -04:00

map

ignore astropy test

to use the gui first

  • set up the environment
  • run the code

environment setup

> python3 -m venv .venv
> venv\Scripts\activate
> pip install -r requirements.txt

running the gui

> python app.py