dominictarr / tiles

MIT License
62 stars 6 forks source link

vec2 required #8

Open jots opened 10 years ago

jots commented 10 years ago

I had to add "vec2": "latest", to package.json to get it working.

I'm excited to try this out. I think it would be great if it could get functionality as shown in the video on this page: http://bluetile.org/ but hackable in javascript/coffeescript.

dominictarr commented 10 years ago

thanks for trying this out!

I've fixed this problem and published 0.6.3. yes, the intention is to make this easily hackable.

I plan to refactor to use https://github.com/sidorares/ntk (with a pull request to use vec2/rec2 in ntk, because it makes the geometry stuff reusable)