Hacker News new | ask | show | jobs
by xqunix 4337 days ago
Nice article.

I've built a Component-Entity-System library in JavaScript a while back, and the code is quite similar. You can check it out at https://github.com/qiao/ces.js

1 comments

Thanks! I've come across your library before and I think it's great. I like how you abstract the World to be a container for the systems and entities.