Existent js libs for tileset / map loading and rendering?

Posted by ylluminate on Game Development See other posts from Game Development or by ylluminate
Published on 2012-06-27T19:01:31Z Indexed on 2012/06/27 21:26 UTC
Read the original article Hit count: 147

Filed under:
|
|
|
|

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 and layered items in a Google Maps'esque.

I'm curious as to whether there are existing libs that would be helpful and already well thought out in these regards vs trying to reinvent the wheel. Are there any such libraries or code examples that would be useful in this area of board / map management?

© Game Development or respective owner

Related posts about JavaScript

Related posts about html5