A Path Tracer written in Rust. Made with help from Ray Tracing in One Weekend series by Peter Shirley.
Features
- Primitives: Spheres and axis aligned rectangles
- Materials: Glass, Metals, Mirrors, Lambertian
- Depth of field
- Multi-threaded rendering with rayon