picture
picture copied to clipboard
A plugin that includes a sprite renderer that reduces border artifacts and 3 blend mode implementations for WebGL
I just found pixi which looks awsome but I am having issues with all examples filed under **picture, spine, textures** which stop with deprecation warnings and different errors. Mac OS...
Hi there The "usage example" link is not working --- https://pixijs.github.io/examples/index.html?s=cookbook&f=overlay.js&title=Overlay&plugins=pixi-picture&v= Seems that https://pixijs.github.io/examples/examples/cookbook/overlay.js is no longer there.
When testing out the blend modes, I noticed that "Color Burn", "Color Dodge", "Soft Light", and "Hard Light" effects using pixi/picture are different from effects in Photoshop. I've made a...
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...
When the parent element and the child element use the same blendFilter, the backdrop in the blendFilter will be overwritten. The overwritten backdrop cannot be recycled by the `RenderTexturePool`, resulting...