SmallPT A "small" implementation of a path tracing algorithm based on http://www.kevinbeason.com/smallpt/ Usage: cargo run --release <width> <height> <iterations> Disclaimer This was written a while ago when I started learning rust. Do not expect fancy code here.