Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 336 Bytes

File metadata and controls

10 lines (8 loc) · 336 Bytes

Raytracer

Rust implementation based on the raytracing in one weekend book series by Peter Shirley

Usage

This can be slow to run so using the --release flag is encouraged.

cargo run --package raytracer --release --bin raytracer output/your_image.png

Ray Tracing