PIXI.draggable
PIXI.draggable copied to clipboard
The easiest way to get drag & drop done in PIXI.js!
i would like to be able to install the drag function via npm, thanks
If I go to http://mokgames.com/draggable/ in Safari I get a lot of "Type error" in pixi.js line 7730. It's this line: ``` javascript gl.texImage2D(gl.TEXTURE_2D, 0, gl.RGBA, gl.RGBA, gl.UNSIGNED_BYTE, texture.source); ```
"npm install pixi-draggable"
I am getting the following error: Uncaught TypeError: Cannot read property 'prototype' of undefined pixi.draggable.min.js:75 (anonymous function) Pixi.js 3.0.3 - ✰ WebGL ✰ This is on Chromium Version 41.0.2272.76 Ubuntu...
Does it support touch devices yet? The demo doesn't work on touch devices for me.
for PIXI.draggable to work all draggable elements must direct children of the containment. Would be great if it would be more flexible
rotation
this is much more a request rather than a issue. So my request is to add a rotation to the lib