Ray tracer implementation in pure Rust (no libraries), following Jamis Buck's The Ray Tracer Challenge.
Run example scenes locally with:
cargo run --release --bin chapter_{5-16}
Credit for scenes to Manoël Trapier in his C++ implementation.
Ray tracer implementation in pure Rust (no libraries), following Jamis Buck's The Ray Tracer Challenge.
Run example scenes locally with:
cargo run --release --bin chapter_{5-16}
Credit for scenes to Manoël Trapier in his C++ implementation.