What's Changed
- Add initial ECS code, wrapping the flecs library. by @jemc in #2
- Add
ECS.World.progress
andECS.World.frame_count_total
. by @jemc in #3 - Add
ECS.World.quit
andECS.World.should_quit
. by @jemc in #4 - Add
ECS.World.entity
andECS.World.[]!
for entity lookup by name. by @jemc in #5 - Add
ECS.Component
and ability to set/get/remove it on an entity. by @jemc in #6
New Contributors
Full Changelog: https://github.com/jemc-savi/ECS/commits/v0.20221010.0