An implementation of Peter Shirley's Ray Tracing in One Weekend. This project was created with the sole purpose of improving my knowledge of the Rust language.
cargo build
cargo run -- -o [output_file_name] -x [image_x_size] -y [image_y_size]
e.g.
cargo run -- -o output.ppm -x 1000 -y 500