kaldera 0.1.0

Lightweight 3D renderer powered by Vulkan
Documentation

mod input;
pub use input::*;

#[cfg(feature = "with-nalgebra")]
mod geometry;
#[cfg(feature = "with-nalgebra")]
pub use geometry::*;

#[cfg(feature = "with-nalgebra")]
mod camera;
#[cfg(feature = "with-nalgebra")]
pub use camera::*;

#[cfg(feature = "with-gltf")]
mod model;
#[cfg(feature = "with-gltf")]
pub use model::*;