Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 310 Bytes

File metadata and controls

13 lines (10 loc) · 310 Bytes

Ray tracing in Rust

The code here is inspired by the C++ code from the book Ray Tracing in One Weekend.

Compile and run

cargo run --release

For additional runtime arguments:

cargo run --release -- --help