pixi-extra-filters icon indicating copy to clipboard operation
pixi-extra-filters copied to clipboard

[deprecated] Please see https://github.com/pixijs/pixi-filters

Results 7 pixi-extra-filters issues
Sort by recently updated
recently updated
newest added

https://github.com/pixijs/pixi-extra-filters/blob/c038a8fe7c046d495368bc206fda6987235b7db4/src/filters/glow/GlowFilter.js#L27 https://github.com/pixijs/pixi-extra-filters/blob/c038a8fe7c046d495368bc206fda6987235b7db4/src/filters/glow/GlowFilter.js#L28 On the lines above the distance should be multiplied by quality before being set to the shader constant. According to the source algorithm on (https://codepen.io/mishaa/pen/raKzrm)

Hey, So the GlowFilter seems to be crashing webGL, the CPU zips up to 100% (which normally isnt enough to hang the laptop) but it isnt until webGL actually craps...

I've just tried to use this and I noticed the **this.uniforms.pixelWidth.value === null** at the point of time it is trying to mutate the **value** property. Locally I have set...

Can you please publish 1.1.1 on npm ?

Would it be helpful for me to make a folder with sample pictures of each filter? I can do this for the vanilla pix filtersi as well.

It would be great to have a pixi v3 compatible color replacement filter. There was one floating around made by msha back in v2, but it no longer works. Here's...