Rare find

Luaecs. A way to organize game objects and their data in Lua.

github.com/cloudwu/luaecs

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

December 2024
  • fix #32
June 2024
  • Update test3 for filter
  • filter can keep existing
April 2024
  • bugfix: world:first() and world:check()
February 2024
  • absent component type returns none
  • check mainkey optional
  • mainkey can't be optional
  • access support iter
January 2024
  • test import
  • remove duplicate code
December 2023
  • bugfix
  • optimie propagate
  • reserve tags without scene
  • bugfix
  • Add cache for propagate
  • Add propagate
  • raise error for new component
November 2023
  • predefined component id
  • add field_name()
  • improve error message