learningPixi
learningPixi copied to clipboard
A step-by-step introduction to making games and interactive media with the Pixi.js rendering engine.
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.
Fix for issue #155
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   when i check the function 'PIXI.utils.isWebGLSupported', i found the code below `var t = { stencil: !0, failIfMajorPerformanceCaveat: !0 }; try { if...