Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 432 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 432 Bytes

rust-raytracing

Ray Tracing in One Weekend - The Book Series - implemented in Rust.

Run

  • Windows Powershell
git clone git@github.com:MizukiCry/rust-raytracing.git
cd rust-raytracing
cargo run --release | out-file output.ppm -encoding ascii
  • Linux
git clone [email protected]:MizukiCry/rust-raytracing.git
cd rust-raytracing
cargo run --release > output.ppm