Hi guys, I'm new in the forum and relatively new in game development. In the last months I began working on a small framework based in the Component-Entity-System paradigm. It was hard to understand the logic behind that paradigm in the begining, but a magical day my mind made a click and everything is clear since then. In the project, the Entity is only an ID that act like a foreign key in components tables, the components are all reciclables and the update systems works over groups of components. I'm hosting it in https://bitbucket.org/fhgarcia/cesjs. There are some tests in the root folder and an example in the examples folder (I'm working in more examples). I'll be glad, if you guys, can give me feedback and recomendations about the project. Thx.