/YAECS

Yet another entity-components system

Primary LanguageC++

YAECSBuild Status

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.

TODO

  • Add systems
  • Finish implmenting Spaces
  • Comment the code
  • Add events or messages ?
  • Add some examples
  • Test various storage solutions