Ray tracer from Ray Tracing in One Weekend from Peter Shirley Running With a window animated $ cargo run --release --bin window With a single output image generated to out.png $ cargo run --release --bin png -- out.png With the above gif generated to demo.gif $ cargo run --release --bin gif -- demo.gif