ray-tracer A simple CPU based brute force path tracer written in C++. Building From the root of the repository, do the following: mkdir build cd build cmake .. make From this, binaries will be created and stored in build/bin. Images References Ray Tracing in One Weekend Ray Tracing: The Next Week