Skip to content

mdesmedt/rust_one_weekend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Ray tracing in one weekend in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages