tiny-ecs
tiny-ecs copied to clipboard
A mean lean Entity-Component-System library.
Hello folks, I did a quick rewrite of this library to ES6. https://github.com/dev-zetta/tiny-ecs-es6 Feel free to contribute :)
I've been using tiny-ecs as a helpful guide for designing my own ECS. Just wanted to give back this little idea for managing multiple types of object pools more easily:...
Hey there, thanks for the sweet library, exactly what I was looking for. I looked through the code, and it seems like you have .id properties on Entity objects in...