Difference between revisions of "ECS"
From GiderosMobile
(Created page with "__NOTOC__ '''Supported platforms:''' File:Platform android.pngFile:Platform ios.pngFile:Platform mac.pngFile:Platform pc.pngFile:Platform html5.pngFile:P...") |
(No difference)
|
Revision as of 21:25, 14 December 2023
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 ;-)