penguin-application 0.1.1

Appbuilder and abstraction layer for building applications using legion ECS.
Documentation
1
2
3
4
5
6
7
8
9
mod plugin;
pub use plugin::Plugin;

pub use legion;
pub use legion::*;
pub use legion::Schedule;
pub use legion::systems::Resources;
pub use legion::systems::Step;
pub use legion::world::SubWorld;