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...") |
|||
Line 9: | Line 9: | ||
*https://github.com/nidorx/ecs-lua | *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'''. | ||
{{GIDEROS IMPORTANT LINKS}} | {{GIDEROS IMPORTANT LINKS}} |
Latest revision as of 21:18, 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
tiny-ecs
Let's start with the ECS I am most familiar with ;-)
Feel free to help document the ECS you know.