Cecs 🍪
Cecs, pronounced [ˈkɛks] is an ECS implementation supporting Cao-Lo.
There are many like it, but this one is mine.
Heavily inspired by Bevy and Hexops
Minimum supported Rust version is 1.65
Features
- Functions as systems
- Query interface
- Unique data, called Resources
- Cloning of the entire database (optional)
- Serialization/Deserialization of select components (optional)
- (Very basic) parallel scheduler (optional)
- Deterministic Command execution