pkecs 8.0.0

Another ECS implementation.
Documentation
1
2
3
4
5
6
7
8
9
10
//! PKaiser's entity-component-system (ECS).

pub mod app;
pub mod component;
pub mod entity;
pub mod event;
pub mod plugin;
pub mod schedule;
pub mod system;