pixijs / pixi-particles-editor

PIXI-based particle editor
http://pixijs.github.io/pixi-particles-editor/
MIT License
65 stars 20 forks source link

Choose which version of Pixi to use #16

Open themoonrat opened 5 years ago

themoonrat commented 5 years ago

I know you've updated the library itself to support v5, but just noticed that this editor uses a v3, which means it's not accurate in it's performance metrics anymore :/

Would it be possible to up this to use the last v4 at least? And then considering a version selector?

Thanks!

andrewstart commented 5 years ago

Some of the libraries that the editor are currently built with (but don't need to be) don't play nicely with v4, so it won't be just a simple swap. Honestly, it needs a rewrite to be easier to lose some dependencies, be easier to update, and gain support for editing a number of features that have been added since it was last modified. I was looking into doing layout with Vue, but unfortunately a rewrite is a larger task than I currently have free time for.