A simple ray-tracing render engine written in Rust, based on the book Ray Tracing in One Weekend. The book was a joy to follow along and I highly recommend having a look at it :)
Simply execute cargo run --release
in project root to render the book cover scene.
The release flag is needed as rendering without optimizations is painfully slow.