3b954b732b
-update README code example (to one that compile)
...
-remove Entity.instance and gEM, global manager is now gEntityManager
2021-03-02 19:44:18 +01:00
a6d92cb21b
-change ecsID to becsID
...
-change component_id/system_id to becsID in demos
2021-02-27 17:25:13 +01:00
a926b79223
-add ecsID template function (get Component/System/Event ID, passes tests)
...
-removed some ECS mixins code
2020-09-29 18:41:31 +02:00
9589a5cb2d
FIxed GDC compilation (basic betterC WIP) and some improvements
...
-fixed issue with adding/removing entities inside events handling
-fixed EntityMeta.getComponent() (added check if component_id is valid)
-added function hasComponent to entity to check if component exists
2020-05-14 22:18:57 +02:00
f6e7af1014
Some preformance tests and added EntityMeta structure
2020-05-07 21:58:34 +02:00