An open API service indexing awesome lists of open source software.

https://github.com/vladbologa/raytracer-cpp

Building a ray tracer in C++, following "The Ray Tracer Challenge" by Jamis Buck
https://github.com/vladbologa/raytracer-cpp

cpp cpp17 eigen3 gtest raytracer raytracing

Last synced: 12 months ago
JSON representation

Building a ray tracer in C++, following "The Ray Tracer Challenge" by Jamis Buck

Awesome Lists containing this project

README

          

# 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.