learningPixi icon indicating copy to clipboard operation
learningPixi copied to clipboard

A step-by-step introduction to making games and interactive media with the Pixi.js rendering engine.

Results 62 learningPixi issues
Sort by recently updated
recently updated
newest added

Hello, I have faced an issue with iOS devices. I want to migrate from createjs to pixie for a same reason - not working at all on iOS. I have...

The "Loading images into the texture cache" section goes too in-depth about several different ways to load images. This is a tutorial, not documentation. That's before we learned to create...

The error says: Uncaught Error: Texture Error: frame does not fit inside the base Texture dimensions: X: 128 + 64 = 192 > 192 Y: 256 + 64 = 320...

when I run the "03_spriteFromImage.html" script in "examples" folder, I get this error: "Uncaught TypeError: Cannot read property 'add' of undefined", so I change "PIXI.**loader**.add("images/cat.png").load(setup);" to "PIXI.**Loader**.add("images/cat.png").load(setup);", still get the...

Thanks for the tutorial, but I find myself bouncing back and forth between your tutorial and the latest API documents for Pixi 5, as the example code is often deprecated.

Under **Setting Up > Installing Pixi** is a block of code containing this: ```html ``` But the script tag should be inside either the head or the body, so ```diff...

I am following this: https://github.com/kittykatattack/learningPixi#introduction Section: Installing Pixi It says I should see PixiJS 4.4.5 - * canvas * http://www.pixijs.com/ ♥♥♥ However nothing shows up

thsi is my device params ![image](https://user-images.githubusercontent.com/23050110/98937497-6dba3380-2521-11eb-9897-4508c1ed1a95.png) ![image](https://user-images.githubusercontent.com/23050110/98937539-80346d00-2521-11eb-983c-c4e271d4b26b.png) when i check the function 'PIXI.utils.isWebGLSupported', i found the code below `var t = { stencil: !0, failIfMajorPerformanceCaveat: !0 }; try { if...