Leonard

Results 3 comments of Leonard

For those who are struggling, here is a simple example for V8. ``` const app = new Pixi(); await app.init({ backgroundColor: "#FFF5D4", resizeTo: window, antialias: true, autoDensity: true, // !!!...

> @liweicheng00 I am still having some issues with a relativly simple setup. For some reason nothing at all seems to be happening, also no errors, when integrating pixi-viewport with...

Thank you! This is really helpful.