←back to thread

55 points blackmat | 1 comments | | HN request time: 0.288s | 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!

Show context
je42 ◴[] No.44055181[source]
One alternatives I like is https://bakpakin.github.io/tiny-ecs/doc/
replies(1): >>44056669 #
1. blackmat ◴[] No.44056669[source]
Yeah, tiny-ecs is good, but it doesn't quite fit my needs. With these thoughts in mind, I started this project.