flecs-hub / flecs-lua

Lua script host for flecs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API discussion

randy408 opened this issue · comments

commented

I have no idea how to approach this yet.

Lua ECS implementations for reference:

entitas-lua
tiny-ecs
ecs-lua (tiny-ecs fork)

commented

Looks like ecs.add() is not aware of type roles and the API for adding them is slightly different, this could probably fixed by checking the arg type and using ecs_add_entity() instead. fixed