Skip to content
/ kaldera Public

(WIP) Lightweight realtime raytracing renderer with Vulkan, written in Rust

License

Notifications You must be signed in to change notification settings

ogukei/kaldera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kaldera

Lightweight realtime raytracing renderer with Vulkan, written in Rust.

image

Requirements

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

Build

git clone https://github.com/ogukei/kaldera.git
cd kaldera
git submodule update --init 
cargo run --release

About

(WIP) Lightweight realtime raytracing renderer with Vulkan, written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published