0
votes
0answers
169 views

Most popular JS game engines (2d) [closed]

I'm trying to create my first JS/Canvas game and after looking around for a while on the internet, I found a LOT of JS libraries/engines/whatnot that help you in this task. I was wondering what are ...
0
votes
0answers
119 views

Existent js libs for tileset / map loading and rendering? [closed]

I'm building an rts style overhead tileset game with JavaScript (particularly using Ember.js framework as a base). The map is so large that I'd very much like to be able to load and render the board ...
0
votes
1answer
455 views

Minimalistic JavaScript sprite manipulation libraries

Are there (or can someone recommend) any minimalistic JavaScript based libraries for sprite(s) manipulation? Preferably DOM oriented.