Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 573 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 573 Bytes

CppND-Capstone-Ray-Tracer

A C++ Ray Tracer based on The Ray Tracer Challenge

render

Build the project

git clone https://github.com/hakilebara/CppND-Capstone-Ray-Tracer.git
cd CppND-Capstone-Ray-Tracer
mkdir build
cd build
cmake ..
make

Run the raytracer (will take a few minutes)

In the build/ folder you created :

./raytracer > image.ppm

Run tests

In the build/ folder you created :

./unit_tests