/raytracer-rtiow

Rust implementation of Ray Tracing In One Weekend

Primary LanguageRust

raytracer

Nothing to see here, just a Rust implementation of Ray Tracing in One Weekend.

This implementation renders each scanline in parallel using rayon.

Final Scene

This implementation also automatically caches all output images in ./images/ to keep track of progress throughout development.