Ray Tracing: The Next Week implementation in Rust
- Install Rust: Link here.
- Run project
git clone https://github.com/luliic2/rttnw
cd rttnw
cargo run --release # List all scenes.
cargo run --release -- <scene> # Run a scene.
Implementation here: https://github.com/luliic2/rtiow

