ECS
From GiderosMobile
Entity Component System
There are many Lua libraries which implement ECS:
- https://github.com/skypjack/entt/wiki/EnTT-in-Action
- https://github.com/bakpakin/tiny-ecs
- https://github.com/cloudwu/luaecs
- https://github.com/nidorx/ecs-lua
tiny-ecs
Let's start with the ECS I am most familiar with ;-)
Feel free to help document the ECS you know.