Yet another entity-components system written in c++11
This projects aims to be a simple but efficient ECS. Started for a school project, it aims to be used later on for video games projects.
It is actually undocumented and no comments were written, but it should come soon.
- Add systems
- Finish implmenting Spaces
- Comment the code
- Add events or messages ?
- Add some examples
- Test various storage solutions