Add built-in 64bit ID to luaecs
Original link: https://blog.codingnow.com/2022/08/luaecs_eid.html There was a problem left when designing luaecs last year: how to refer to a specific entity. At the beginning, I thought that the tag system could be used flexibly to solve most of the problems; or the user could build a 64bit ID component by himself, and use the binary search […]
Add built-in 64bit ID to luaecs Read More »