ecs-lua
ecs-lua copied to clipboard
SomeQuestions
Hi, sorry to bother you . which i do not know how to connect with you . This repo is a great tool for game develop for that who knows entity component system . Then i have read the source code , turn out it's simple and good. Unfortunately, I have some problems, Could you take a look ? Thanks a lot.
- ComponentFSM is complex and do not keep the same responsibility like other base-class .(Component Entity System) . How about move FSM to a single System instead of compose it to Component
- Have you done the Benchmark test ever ? I did not saw a link below the document page.
- I saw Archetype which other lua-ecs framework do not support(ex:https://github.com/bakpakin/tiny-ecs). Is this inspired by Unity Archetype or some others ?
- I realized that you make this tool for Roblox. Do you have a plan to adapt this tool to Unity Engine?