This project was created while studing about Ray Tracing in One Weekend, where I was interested to implement the whole idea in Python and see how it looks.
Due to CPU limitations the output is noisy, and the multiprocess isn't implemented yet.
Output
- The dependancy management is maintained by Poetry. Make sure you have it installed.
- Clone this repo to you local and cd to the directory.
poetry update
poetry run python main.py
- Clone this repo to you local and cd to the directory.
pip install -r requirements.txt
python main.py