flecs-hub / flecs-lua

Lua script host for flecs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cleanup

randy408 opened this issue · comments

commented
  • system metadata (including the param reference) stored in the lua state should be registered as collectible to fix resource leaks with ecs.init()

  • ecs_iter_t should be userdata

  • make iterators with only shared terms usable