Sunset simulation project using ray marching algorithm
Find a file
2024-11-04 01:13:39 -05:00
.gitignore initial commit 2024-10-15 22:48:16 -04:00
app.py ui more or less done, testing things in progress 2024-11-04 01:13:39 -05: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
Midterm_submittion.py more updates 2024-11-02 10:04:20 -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 ui more or less done, testing things in progress 2024-11-04 01:13:39 -05: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