Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 719 Bytes

README.MD

File metadata and controls

23 lines (13 loc) · 719 Bytes

Rust Tracer

Toy Ray Tracer written in Rust. Based on Peter Shirley's Ray Tracing The Next Week

Ray Tracing The Next Week final scene

Example of rendering

Ray Tracing in One Weekend final scene

Example of rendering

Credits

The project was inspired by excellent book about RayTracing by Peter Shirley. There are still a lot of job to be done, but the basics are ready.

Run

Rust and Cargo must be installed

  1. Clone the project
  2. cargo run --release