jdan / isomer

Simple isometric graphics library for HTML5 canvas
http://jdan.github.io/isomer
MIT License
2.88k stars 138 forks source link

integration with paperjs #92

Open akashjarad opened 7 years ago

akashjarad commented 7 years ago

how can we use isomer with paperjs(http://paperjs.org) , i need to move the isomer object using mouse event . any solution?

KenoLeon commented 7 years ago

Think is perhaps more of a stack overflow question, I've had some success integrating isomer with easel.js, which gets you mouse events ( haven't gotten around doing drag drop, but it should be doable), check (Simplest case) :

https://github.com/jdan/isomer/issues/15

And (Object Oriented):

http://codepen.io/k3no/post/everyday-javascript-objects