Ray Tracer written in Rust, following the "Ray Tracing : In One Weekend" and "Ray Tracing : The Next Week" books available here. This project implements everything described in these books, only in Rust.
Run
cargo r > img.ppm
to render a scene and save it into img.ppm. Some renders are available in the save directory. Running in release is preferred.