pbrt-rust

build and test

A rust ray tracer inspired by Ray Tracing in One Weekend Series

build and run

download stanford dragon model:

$ cd pbrt-rust
$ wget 'https://casual-effects.com/g3d/data10/research/model/dragon/dragon.zip'
$ mkdir models; unzip dragon.zip -d models/

run

$ cargo run --release

preview