This project follows the tutorial books of Peter Shirley
Run make
to compile the project. The executable will be generated at build/raytracer
. The makefile uses clang++
.
To run the raytracer, just run the executable. This will generate a PPM image format to stdout. If you want to save it, just do build/raytracer > image.ppm