Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 393 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 393 Bytes

one_weekend

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

Final render

Usage

cargo run --release to run. Release build recommended for speed.