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

DropShadowFilter low performance on Macs and iPhones #327

Open
kozickikarol opened this issue Apr 1, 2022 · 3 comments
Open

DropShadowFilter low performance on Macs and iPhones #327

kozickikarol opened this issue Apr 1, 2022 · 3 comments

Comments

@kozickikarol
Copy link

Steps to reproduce:

  1. Open https://filters.pixijs.download/main/demo/index.html on mac or iphone.
  2. Enable DropShadowFilter
  3. It lags even for low quality but for high quality it's really bad - around 3 FPS.

I checked it on few devices and all of them have the same problem.

@bigtimebuddy
Copy link
Member

That's expected, the implementation of the drop shadow is not performant on all devices. If someone wants to work on a more performant version of this and other filters, PixiJS is willing to pay for this work!

@0oooooooo0
Copy link

The same issue occurs with the OutlineFilter. Is there any solution?

@zumm
Copy link

zumm commented Apr 28, 2023

DropShadowFilter uses KawaseBlurFilter as faster alternative to BlurFilter, but in reality KawaseBlurFilter is MUCH slower than BlurFilter (on iPhone at least).

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

4 participants