GGAlanSmithee / Entities

efficient and easy-to-use Entity-Component System in JavaScript
http://ggalansmithee.github.io/Entities/
MIT License
4 stars 1 forks source link

Attract more users #97

Open GGAlanSmithee opened 6 years ago

GGAlanSmithee commented 6 years ago

Right now, this framework isn't seeing too much use, which is kind of sad. Let's see if we can change that.

Possible reasons:

  1. There is no need for a entity-component-system framework in the JS echosystem
  2. There are better alternatives
  3. It sucks
  4. Documentation is lacking
  5. No exposure, users does not know it exists
  6. It's too complex

It is possible that all of the above are true, but I do think that point 5 is a major contributing factor, so let's see how we can address that.

  1. Write a medium post
  2. Post in forums (www.gamedev.net, www.html5gamedevs.com)
  3. Add to feeds (ehcojs.com)
GGAlanSmithee commented 5 years ago

Started creating a phaser-plugin, https://github.com/GGAlanSmithee/phaser-entity, which could help attract more users.