This is a collection of tools for raytracing in C++ made following The Raytracer Challenge by Jamis Buck.
This project requires C++17 and CMake 3.12.
sh$ mkdir build
sh$ cd build
sh$ cmake ..
sh$ make
The testsuite uses the GoogleTest suite.
sh$ mkdir build
sh$ cd build
sh$ cmake .. -DCMAKE_BUILD_TYPE=Debug
sh$ make check
sh$ ./check
Currently, I am working on the duo reflection / refraction.
This image was made with the PlaneWorld binary.
