←back to thread

55 points blackmat | 2 comments | | HN request time: 0s | source

I'm excited to announce the first release of my library, evolved.lua!

evolved.lua is a fast and flexible ECS (Entity-Component-System) library for Lua. It is designed to be simple and easy to use, while providing all the features needed to create complex systems with blazing performance.

Enjoy!

1. euvin ◴[] No.44053365[source]
Cool to see a new ECS project! I've been learning and using JECS (https://github.com/Ukendio/jecs) for a project of mine, and some of the core ideas (like Chunks) felt familiar. This project definitely seems to have a more in-depth documentation though and a lot more features especially by having its own scheduler stuff. Would love to try it out on a new project someday
replies(1): >>44056636 #
2. blackmat ◴[] No.44056636[source]
Hmm! I haven't heard of JECS before. I need to check it out :-) Thanks for the kind words!