Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 351 Bytes

File metadata and controls

7 lines (5 loc) · 351 Bytes

one_weekend

"Ray tracing in one weekend" implementation in Rust. Uses rayon and crossbeam_channel for multicore, bvh for acceleration, glam for math and minifb for windowed output.

Final render

Usage

cargo run --release to run