pebble-engine 0.1.3

A modular, ECS-style graphics/app framework for Rust.
Documentation
1
2
3
4
5
6
7
pub mod app;
pub mod assets;
pub mod plugin;
pub mod prelude;
pub mod rendering;
pub mod resources;
pub mod system;