A rust code implementation of Ray Tracing in One Weekend.
Pick a specify example and run:
cargo run --release --example one_week
# Available examples:
# one_week
# the_next_week
# the_rest_of_your_life
--release
is recommended, otherwise the render time is unacceptably long.