You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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.
Usage
cargo run --release to run. Release build recommended for speed.