termite 0.1.0-alpha

A simple modern Entity Component System
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod access;
mod command;
mod function;
mod param;
mod system;

pub use access::*;
pub use command::*;
pub use function::*;
pub use param::*;
pub use system::*;