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
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