A Rust implementation of a physically-based ray tracer inspired by the Ray Tracing in One Weekend book series.
- Install Rust (via rustup):
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh- Clone the repository:
git clone https://github.com/janagor/rustracer.git
cd rustracer
- Build and run:
cargo build --release
cargo run