raytracer-cpp Building a ray tracer in C++, following "The Ray Tracer Challenge" by Jamis Buck Currently the only dependencies are Eigen v3.3+ (http://eigen.tuxfamily.org) and CMake 3.15+. Tested with Visual Studio 16.4 on Windows 10, and gcc 9.2 on Linux.