Sunset simulation project using ray marching algorithm
Find a file
2024-12-11 19:07:55 -05:00
.gitignore diagram and gitingmore update 2024-12-11 11:37:39 -05:00
app.py more warning about red and blue averaging function 2024-12-11 19:04:29 -05:00
calls.txt initial commit 2024-10-15 22:48:16 -04:00
diagram.d2 diagram and gitingmore update 2024-12-11 11:37:39 -05:00
README.md changed thereadme format 2024-12-11 19:07:55 -05:00
requirements.txt updated requirements 2024-12-10 20:56:54 -05:00
setup.py initial commit 2024-10-15 22:48:16 -04:00
skydome.py fixed altitude 2024-12-11 17:22:35 -05:00

map

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

Inside, you will need to

  • select the environment
  • choose the temperature (5 degrees is fine?)
  • choose the pressure (720 to 780 mmHg)
  • and select the location on the map (right click and "set as observer location")
  • or override the altitude manually