High performance, interactive, physically based Rust path tracer.
To run,
cargo run --release --bin=voidray_app
Make sure Vulkan is installed with dev dependencies and all the necessary dependencies for compiling https://github.com/vulkano-rs/vulkano are installed. (e.g. cmake, python, etc...)
- 100% Safe Rust
- Non-blocking UI with progressive rendering
- Vulkano backend
- Supports various tonemapping functions such as ACES and Filmic
- Supports HDRI environment maps
- Uses BVH trees to accelerate ray-mesh intersections
- Optimally uses all CPU cores in multithreaded rendering