Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 368 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 368 Bytes

Rust Path Tracing

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