Pixi-Spine and Spine v3.5.51
Hello, I'm attempted to load a spine animation (v3.5.51) into the current version of pixie-spine (as it states that it's only compatible with Spine 3.5.x I'm not using the Pixi loader, instead I'm...
View ArticleAnimatedSprite does not play
I'm new to Pixi.js I did a code to make a simple 3 frame animatedSprite but it never leaves the first frame, if I do a gotoAndPlay(1) it goes to the desired frame and stops, and if I console.log the...
View Articlehelp with device orientation and canvas resize
Hello everyone, I'm trying to make a resizable canvas following this guides I found in this forum https://webglfundamentals.org/webgl/lessons/webgl-anti-patterns.html. I'm sure this topic has been...
View Article(pre)Load video issue
I'm having some issues loading videos... I can get them load ok, but, as I've got a number of separate videos that I need to sequence together seamlessly (or as close as possible to) I'm preloading...
View ArticleSome of my buttons are not showing up.
Hey guys! I am kinda new to PIXI so I apologize if there is a super obvious fix to this problem but I am having a super hard time getting display objects I called buttons to show up. Button 1 and the...
View ArticleMassive stuttering / FPS drop due to PIXI.Graphics
I just can't account for it. It happens on every machine. I'm not doing all that much with graphics and when I try to disable any updating of graphics, the stutter is still there. It's as-if the very...
View ArticleA new pixi-timer support pixi v4.5+ with type definitions
It's called Eventemitter3-timer . Hope you like it. Just create a snippet for sample : https://jsfiddle.net/soimy/ygs4zfLj/31/
View ArticlePIXI Graphics are not sharp
I am building a stock chart on PIXI.js. To display different chart styles on chart, I am using PIXI.graphics' drawRect, drawPolygon, lineTo functions. Graphics, Edges, grid lines, text are not sharp...
View Article(DOM Exception 18): The operation is insecure
Hi, I'm using PIXI.Texture.fromVideo(videoElement). The video has an external source (mp4 file from Vimeo's server). I've already setted `crossOrigin = 'anonymous'` Only on Safari iOS (11.2) I'm...
View ArticlePIXI.application addEventListener
Can I give id to PIXI.application or what is the best practice to addEventListener to canvas? document.getElementByTagName('canvas')[0] sound a bit ugly solution.
View ArticleSome of my buttons are not showing up.
Hey guys! I am kinda new to PIXI so I apologize if there is a super obvious fix to this problem but I am having a super hard time getting display objects I called buttons to show up. Button 1 and the...
View ArticleChange cursor view in PIXI.js
Hi everyone, I checked many articles about this topic. All what I tried didn`t work for me. But unfortunately there is no clear vision what are the steps to make your custom designed (from your png...
View ArticleHow to make sure that a font is loaded?
Hi guys, I have encountered a really weird behaviour with webfonts and am looking for a good way to solve this issue.I programmed 2 functions to check if the font was loaded. @css/main.css@font-face {...
View ArticlePIXI.utils.isMobile not working
It seems that apple has changed their useragent so it doesn't say Ipad or the like. I'm now finding it a bit hard to differentiate between devices. I don't need super accurate, basically just...
View ArticleMasking black SVG image to create a color
Hi guys, I think I have problem how masking in PIXIjs works. I have this image of black horse And I would like to use masking in order to give it the color. Here is my code so far: const app = new...
View ArticleManually loading bitmap fonts and images
I'm looking at switching away from CreateJS, but I've got one snag I need to resolve before I can feel comfortable making the switch. I build my JS applications using Webpack, and one of the features...
View Articlebitmap text and webpack
Hi, I'm trying to use bitmap text with my webpack set up. Webpack changes the filenames of my assets which causes problems with pixi. When you load an xml file through pixi it tries to then parse...
View ArticleClone the PIXI Container
Hi all, I am trying to clone an PIXI Container so that it will have no relationship with the original one, except that they both should share the same prototypes - DisplayObject, EventEmitter, Object....
View ArticlePixi.js
Hi! I'm a newborn at Pixi.JS and ask your help. I'm trying to put 4 characters on the stage in one line. They are moving one by one (in ticker function). Stage width is 928px. The gap between...
View ArticleParallax based on gyroscope
Hey Quite new with pixi.. now developing my first game with v4. Im looking for a way to have a parallax effect similiar to parallax.js. Meaning I need "the camera" to move on x and y axis and not just...
View Article