Following the Ray Tracing in One Weekend books
Primary LanguageC++
To build: make
make
To run: ./raytracer > output/result.ppm
./raytracer > output/result.ppm
To clean up build: make clean
make clean