pixijs / picture

A plugin that includes a sprite renderer that reduces border artifacts and 3 blend mode implementations for WebGL
MIT License
67 stars 20 forks source link

How to use @pixi/picture with pixijs V8 #37

Open whyhw opened 2 months ago

whyhw commented 2 months ago

This version dose not work with pixijs v8. I want to use MaskFilter to make some effect, suce as Frosted Glass. I see a demo https://github.com/pixijs/pixijs/discussions/10201#discussioncomment-8430078

Please give me some advice. I will do eveything as my possible. Thanks!

ivanpopelyshev commented 2 months ago

I didnt make it on v8 yet :( i know its possible to do blend effects but there's no MaskFilter

whyhw commented 2 months ago

I didnt make it on v8 yet :( i know its possible to do blend effects but there's no MaskFilter

Thank you for your reply. Do you have plans to upgrade this dependency and support V8? Or is there any other way to achieve frosted glass effect? I hope to hear your advice ;D