This code for a ray tracer follows the book series Ray Tracing In One Weekend by Peter Shirley. Most of the chapters are implemented and added parallel processing as well as obj
file rendering.
After Rust is installed example scenes can be rendered with make
:
SCENE=cornell make image