codecraft 0.1.1

A minimalist 3D game engine built on parts of Bevy (ECS, color) with wgpu and winit: OpenPBR materials, clustered lighting, an immediate-mode UI, audio and gamepad haptics
Documentation
1
2
3
4
pub use super::App;
pub use crate::AppState;
pub use crate::scene::Scene;
pub use crate::ui::*;