termite 0.1.0-alpha

A simple modern Entity Component System
Documentation
1
2
3
4
5
6
7
8
9
mod component;
mod entity;
mod entity_ref;
mod world;

pub use component::*;
pub use entity::*;
pub use entity_ref::*;
pub use world::*;