kaldera 0.1.0

Lightweight 3D renderer powered by Vulkan
Documentation
1
2
3
4
5
6
7
8
9
10
11

extern crate libc;
#[cfg(feature = "with-nalgebra")]
extern crate nalgebra_glm;
#[cfg(feature = "with-gltf")]
extern crate gltf;

pub mod ffi;
pub mod cores;
pub mod vk;
pub mod base;