Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 319 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 319 Bytes

Ray Tracing In One Weekend

My implementation of the Ray Tracing In One Weekend book. Written in basic Rust as an exercise. Outputs a PPM-encoded image to stdout.

To run:

cargo run > image.ppm

Then on MacOS:

open image.ppm