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 ..
make
In the build/
folder you created :
./raytracer > image.ppm
In the build/
folder you created :
./unit_tests