Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Difference to the build-in interaction manager #3

Open
flekschas opened this issue Apr 2, 2020 · 1 comment
Open

Difference to the build-in interaction manager #3

flekschas opened this issue Apr 2, 2020 · 1 comment

Comments

@flekschas
Copy link

I found your plugin via pixijs/pixijs#6509 (comment) and I am curious how it differs from the build-in interaction manager and what your plugin's purpose is.

I am asking because I am looking for an alternative way of handling interactions in PIXI. Unfortunately, their system completely breaks down as the number of display objects increases. So I am wondering if your plugin might be an alternative :)

@JetLua
Copy link
Owner

JetLua commented Apr 2, 2020

The built-in plugin cannot get ev.target in the (pointerup|mouseup)outside event.
demo: https://www.pixiplayground.com/#/edit/UY81MpUIgjatoLxvq8Tw8

This plugin will, however, I also changed the data structure of the event.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants