This is a basic implementation of a raytracer for me to learn how to create such stuff. Currently only on CPU.
Using Visual Studio 2022 is recommended.
1. Downloading the repository
Start by cloning this repository using git clone --recursive https://www.github.com/lksrb/RayTracing
.
This will also download needed dependencies.
2. Setting up the project
Navigate to scripts
folder and run Setup.bat.
This script will generate RayTracing.sln
into the root folder.