An ECS I made using Rust with simplicity in mind
This ECS is:
- Light
- Simple
- Easy to understand
This ECS is NOT:
- Performative
The ECS has no rendering backend, you must provide your own
- Add state functionality to ECS; systems will only run on a certain state