Offline ray tracer roughly based on Peter Shirley's Ray Tracing in One Weekend series. All dependencies are self-contained in this project using git's submodule system.
git clone https://github.com/eqdiag/rayTraceWeekend
cd rayTraceWeekend
mkdir build
cd build
cmake ..