expo / expo-pixi

Tools for using pixi.js in Expo
MIT License
304 stars 119 forks source link

Upgrade to pixi 5.xxx #149

Closed robertracz closed 3 years ago

robertracz commented 3 years ago

Hey All,

Do you know if there is a reason why we couldnt update to pixi version 5.x? I would like to use PIXI.BLEND_MODES.ERASE but it's not there in version 4.7 yet.

Thanks!

Rob

robertracz commented 3 years ago

I looked into it and as of now this is not possible due to changes in pixi v5. I needed it for erase functionality, I ended up using rendercontext with a mask. Not ideal from a performance point of view but gets the job done.