chatrano 2 Report post Posted March 3, 2017 I built a 1st release of entity system with typescript. You can find the library at https://github.com/francoagusto/entities and here an example with a quick developed game shooter (crimson like): https://github.com/francoagusto/entities-example I hear suggestions.. Thanks 1 gaelbeltran reacted to this Share this post Link to post Share on other sites
mattstyles 596 Report post Posted March 4, 2017 I always enjoy seeing people put libs like this out there. Couple of things I saw from the repo though, presumably you're working on these as this is just an initial pre-release: * Didn't see a tagged commit on github, meaning I'm not sure which commit version 0.1.0 relates to, hardly a major issue but could be awkward if you wanted accurate issue creation or PR's. * No tests? * Great to see some examples, you've got plans for proper documentation presumably? Share this post Link to post Share on other sites