- CPU based raytracing demo in rust.
- Basic video rendering using ffmpeg (see render/rendervid)
- Based on https://bheisler.github.io/post/writing-raytracer-in-rust-part-1/
- Multithreading support to distribute computation across all CPU cores
- Antialiasing
- Download repository
- Run
cargo run
in the repository root.