A C++ Ray Tracer based on The Ray Tracer Challenge
git clone https://github.com/hakilebara/CppND-Capstone-Ray-Tracer.git
cd CppND-Capstone-Ray-Tracer
mkdir build
cd build
cmake ..
makeIn the build/ folder you created :
./raytracer > image.ppmIn the build/ folder you created :
./unit_tests