Ray tracer based on Ray Tracing In a Weekend by Peter Shirley. More Info Here.
Run make from the project root directory to build the program.
The executable is placed at bin directory with name app.
Running it will produce an image in the same directory.
Requires Visual Studio.
First, setup the environment using the vcvarsXX.bat file.
The run build.bat to build the project.