pebble-engine 0.3.0

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