/trace

Primary LanguageC++

trace

simple raytracer based on ray tracing in one weekend

running

build and run, piping output to image.ppm and viewing with feh

make
bin/trace > image.ppm && feh image.ppm