Sunset simulation project using ray marching algorithm
.gitignore | ||
app.py | ||
astropy_test.py | ||
calls.txt | ||
Midterm_submittion.py | ||
README.md | ||
requirements.txt | ||
setup.py | ||
skydome.py |
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