This project is a basic Ray Tracer based on the book "The Ray Tracer Challenge" by James Buck and it was created using test driven development.
Here are some of the generated scenes. You can visit the results directory for more.
Inside the src directory execute the following command:
python main.py
The main.py file contains the scene that wants to be generated. Feel free to modify it to try new scenes.
Inside the src directory execute the following command:
python -m pytest .\tests

