Spine 3.6
In case anyone missed it, Spine got a significant update yesterday, with better weight and mesh tools + clipping/ finally! Clipping not ideal for everything (using a vertices system) so complex masks...
View ArticleDoes pixi have native SVG support
Basically as the title states, does pixi support rendering and use of svg?
View ArticleSaving PIXI content to Image
Guys, We recently have new requirement that we need to save the content we rendered with pixi.js to image file like PNG. The canvas's toDataURL method worked well at first, however we need more than...
View ArticlePrepare progress
Does renderer.plugins.prepare have something like on('progress', ...) or another way to track its progress?
View ArticleGraphics Darker While Moving
My graphics object becomes darker while moving. Has anyone dealt with this or know what settings might fix or other ideas? EDIT / MORE INFO: I tried antialias and native lines but they didn't help....
View ArticleClear Rect in Render Texture
Hi! I'm using pixi 4.5.3 and can't find a way to clear out an rectangle from my transparent render texture. Seems that all blend modes have gl.ONE_MINUS_SRC_ALPHA in them Is there any hack around...
View ArticleonRemoved from child
Is there a way to get children to do something when they've been removed indirectly? Here's a jsbin to show what I mean - only the parent notifies when its been removed, but I'd like the child to...
View ArticlePixi.js Showcase
Made anything cool with pixi.js? Post it up here and share it with the world! Whether it's a cool game demo, a fully fledged website or some tripped-out crazy experiment, we would all LOVE to see it!...
View Articlemulti canvas
Hi i am currently working on a game using pixi. I have used too many animations which is effecting the performance. I am using very heavy assets(4k background). i would like to know if i can use...
View ArticleInverse Masking
Hey guys, I've trawled through google, here and the github repo but couldn't find a good way to perform an inverse mask. I need the mask to be applied on every rAF, so generating a new canvas and...
View ArticleNeutrinoParticles - the best particle effects editor for PIXI
Hi, guys. NeutrinoParticles plugin for PIXI is tested and released. You can download the Editor and check out video tutorials, samples and live demos at https://neutrinoparticles.com/ It is the best...
View ArticleApp memory crash on IOS
I have an Ionic 3 + Angular 4 App, which uses PIXI for loading and displaying images in 1 screen. I'm guessing Ionic and Angular use app a nice amount of memory by themselves (although they should be...
View ArticleBest way to set up a scene?
So normally I just build a scene by adding all the elements, then in a browser console I set their x,y and copy it back into my source code. I've also, once in a while, added drag and drop to...
View ArticleFirefox - Very Low FPS
I am working on a game which is nowhere near completion yet, so I cannot give you a running example, however, I can say what I am doing. I have 5 cropped sections over the screen, each showing a...
View ArticleRuntime Dimension Changes
You set up an application element: g_Pixi = new PIXI.Application(width, height, { backgroundColor: 0x000000 }); document.getElementById(strCanvasDiv).appendChild(g_Pixi.view); 'width' and 'height' are...
View Articleionic Resource named "..." already exists.
Rarely I get this error: Quote ionic Resource named "..." already exists. For resources that I loaded again after I deleted them. Here is how I delete a (texture) resource:...
View ArticleHow to rotate two sprites together but keep their movements separate at the...
I try to rotate a bigger circle which contains a smaller circle. but I want the smaller circle inside the big circle moves independently at the same time when they rotate together to the same...
View ArticleLess features in Pixi v4 Loader than Pixi v3 ?
Hi, I'm working on changing a personal Loader class that inherits from the Loader PixiJs class. In Pixi v3, I use a middleware called by the after method to add new contents to load during loading and...
View ArticleHow does zOrder work in pixi-display plugin?
@ivan.popelyshev I have tried to use pixi-display plugin in my project to add sprites dynamically in runtime. But I am confused with z-order's ordering. In my understanding, the element with higher...
View ArticleCannot read property 'width' of null when moving away from screen
I have an Ionic app that uses the latest versions of angular 4 and ionic 3. I'm using PIXI (4.5.2) in one of the screens in it - the game screen. The player frequently moves in and out of that screen....
View Article