Get the latest tech news
Show HN: Evolved.lua – An Evolved Entity Component System for Lua
Evolved ECS (Entity-Component-System) for Lua. Contribute to BlackMATov/evolved.lua development by creating an account on GitHub.
It is designed to be simple and easy to use, while providing all the features needed to create complex systems with blazing performance. Additionally, all operations are designed to minimize GC (Garbage Collector) pressure and avoid unnecessary allocations. When the debug mode is enabled, the library will check for incorrect usages of the API and throw errors when they are detected.
Or read this on Hacker News