Keno Leon

Results 4 comments of Keno Leon

While not part of the library, [The canvas API](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API) supports text, something like this would super impose it: ```javascript var ctx = document.getElementById('canvas').getContext('2d'); ctx.font = '40pt Calibri'; ctx.fillStyle = 'blue';...

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...

I was recently stuck trying to bring hit detection to isomers cousin ( [Obelisk.js](https://github.com/nosir/obelisk.js/)) and no joke I almost drove myself potty as well. In the end I channeled my...

I just started using isomer ( but been doing 3d web stuff for a while) , so I am looking at this issue with hopefully fresh impartial eyes. - The...