A simple raytracer written in C++
Run make
, and ./simple-raytracer
to generate a x.ppm
file, and look at it through, for example eog
Read simple-raytracer.cpp
, then make changes (if any), then do steps in quickstart
:flashlight: A simple raytracer written in C++ (quick hacky code written in <2 hours)
C++Unlicense
A simple raytracer written in C++
Run make
, and ./simple-raytracer
to generate a x.ppm
file, and look at it through, for example eog
Read simple-raytracer.cpp
, then make changes (if any), then do steps in quickstart