Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 339 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 339 Bytes

Raytracer.rs

A Rust implementation of Ray Tracing in One Weekend built from scratch.

Final render of a complex scene with 500 samples per pixel and a maximum of 50 bounces per ray.

render

Usage

cargo run --release > render.ppm