A basic Raytracer with no external dependencies, implemented in Python as part of my 3D graphics and computer simulations learning process. feel free to fork, comment suggestions/tips or add pull requests.
Note
This project is a work in progress.
Execute the Raytracer.py script :
- python raytracer.py
Some books and references that helped me learn the basics :
-
Raytracing Book Series by Peter Shirley, Trevor David Black, Steve Hollasch
Ray Tracing in One Weekend
Ray Tracing: The Next Week
Ray Tracing: The Rest of Your Life -
Arun Ravindran's (ArunRocks) references on raytracing and tutorials
Website -
LearningTwice's tutorials
Website