Skip to content

hakilebara/CppND-Capstone-Ray-Tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A C++ Ray Tracer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published