batiste / sprite.js

An efficient javascript sprite animation framework
MIT License
872 stars 98 forks source link

Isometric Example #25

Open lucaspiller opened 11 years ago

lucaspiller commented 11 years ago

I wanted to use Sprite.js to build an isometric world, but couldn't find any examples or issues discussing it, so I've hacked one together.

lucaspiller/sprite.js-isometric-example@17c63842d5c5a3ed190c436b6e1da505206ce515

I should note that hacked is kind of the key word, I'm not sure whether this is the best way to build something like this, but it works.... just about.

Any pointers on how to improve it would be appreciated, and if you want to use this as an example feel free!

batiste commented 10 years ago

This is great. Sadly I don't have much time these days to work on this.