A simple offline path tracer made using SDL
Download the Raether-Raether-v.2.zip
file or to clone it using your CLI tool, first navigate to the directory where you want to clone this repository and then use the command
git clone https://github.com/Shreyosgit/Raether.git
After cloning the repo click the setup.bat
file to generate the visual studio solution file.
Some of the references that I have followed and helped me dearly while working in this project
- The Cherno's Ray Tracing series
- The Rtiow Book from Peter Shirley
- The SDL stuff I learned from MakingGamesWithBen