ECS
From GiderosMobile
Revision as of 20:25, 14 December 2023 by MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Supported platforms:''' File:Platform android.pngFile:Platform ios.pngFile:Platform mac.pngFile:Platform pc.pngFile:Platform html5.pngFile:P...")
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
Feel free to help document the ECS you know.
tiny-ecs
Let's start with the one I am most familiar with ;-)