Lightweight realtime raytracing renderer with Vulkan, written in Rust.
You will need the following environment.
- Ubuntu 20.04 LTS or a related distribution
- Vulkan 1.2 or above
- X Window System (libxcb)
- VK_KHR_ray_tracing_pipeline supported hardware and display driver such as
- NVIDIA GeForce RTX 2070
- NVIDIA Display Driver 470.57.02
- Rust 1.42.0 or above
git clone https://github.com/ogukei/kaldera.git
cd kaldera
git submodule update --init
cargo run --release