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