-
Looking through the examples and issues, I see lots of demos for filters - but few for shaders.
What is the Pixi intended _paradigm_ for when to use a filter vs a shader? For example, when is it re…
-
I am trying with canvas2d face track example. Face rectangle comes somewhere below the face for the first few frames. Is there any reason for it?
![capture](https://user-images.githubusercontent.com/…
-
Hi,
I've noticed that my project runs at about 50% less cpu when I run using CanvasRenderer rather than WebGLRenderer. I'd really like to be able to use the WebGL Filter Goodness, so I'm wondering if…
weepy updated
5 years ago
-
## Problem description
C2runtime has renderer system expression that displays: Webgl, same as debug. But chrome console shows webgl 2.
C3runtime is missing renderer and rendererDetail. While rendere…
SnipG updated
6 years ago
-
Hi Jono,
Your library looks promising and I'm eager to use it for rendering to canvas and mostly to WebGL. However, I render my canvas in a web worker using OffscreenCanvas, and it seems that this li…
-
Hi, I'm loving the tint support for WebGL ParticleContainer, but with Canvas-fallback rendering the sprites aren't getting tinted! Is there any help for this?
P.S. - I tested on updated Chrome and …
-
When I run JEEFACEFILTERAPI.get_videoDevices, it shows error and after I retrieved the device id by my own code, I tried to change camera by setting videoSettings.deviceId, it is not working as expect…
-
I'm using jest-canas-mock with openlayers. I just hit an issue where OL is attempting to check if something is an instance of a CanvasPattern or CanvasGradient and the mock doesn't support it.
-
WebGLRenderingContextBase has this:
https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.14.2
For CanvasRenderingContext2D, it would return a [CanvasRenderingContext2DSettings](https://html.…
-
I've mentioned wondering what the coding standards of this project are in this issue https://github.com/GoodBoyDigital/pixi.js/issues/189#issuecomment-21297273
Rather than continue discussion there, …