despero 0.1.0

Rusty game engine, using API Vulkan and implementing paradigm of ECS
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod instance;
pub mod window;
pub mod surface;
pub mod swapchain;
pub mod depth_image;
pub mod queues;
pub mod pipeline;
pub mod commandbuffers;
pub mod buffer;
pub mod shader;
pub mod descriptor_pool;