Does anyone use the proton particle engine
The proton particle engine is really good. It can make a lot of advanced effects and it looks like it helps! It is said that special optimization was made for pixi.js http://a-jie.github.io/Proton/
View ArticlePIXI 4 - simultaneous mouse buttons
Hello, I have found another problem after upgrade from PIXI2 to PIXI4 This time it is about mouse interaction, it seems like that I cannot handle both buttons held simultaneously as it worked with...
View ArticleOrganising Code
Hi, so I'm very new to Pixi.js and javascript, coming from a c++ background I am lost without my classes. Can anyone explain to me what a basic template should look like for starting a Pixi.js game...
View ArticleScaling down big images quality
Hello! I have a trouble when scaling down big assets. I just have a stage contains some sprite and i'm doing:stage.scale.x = stage.scale.y = 0.2;https://jsfiddle.net/n67xwb5w/ As a result I have an...
View ArticlePIXI-SOUND is not working in IE11 11.0.56
Today I accidently updated IE to the latest version then sound library is not working any more, I tried PIXI-SOUND and Howlerjs, both libraries are not working. when a sound is played, the game become...
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 ArticlePIXI.Text with solid color background
hey guys, I'm wondering if there is an easy and efficient way to add background to the PIXI.Text object. For now, my plan is to add a scaled solid color image as background and put them in the right...
View ArticleCordova + Pixi = ♥?
Hello everyone. It was probably a year since I posted anything. Good to be back here. I had a looong break with hardcore html5 game development. Can you suggest a good way to start a cordova + pixi...
View Article..array not visible outside onAssetsLoaded()
Hi guys.. Im trying to load multiple SPINE animations and each store in an array. Problem is that, i cant access loaded SPINE animations created as an array inside onAssetsLoaded function. Arrays...
View Articlewebgl performance on vizio smart tv
We are seeing very unusual performance on a vizio smart tv platform. Pixi finds WebGL and so does HTML5Test. However, a simple test based on bunnymark shows 14fps + video blanking between each...
View Article..Spine character mirroring..
..hi guys.. ...what would be a way to 'mirror' Spine created character ?? Basically if character need to move right-left, how would i flip it so its facing direction of motion(along X axis) ??
View ArticleMultiple WebGL (Pixi.Renderer) instances on the same screen?
Is it possible to have multiple webGL instances or Pixi.Renderer instances on one page? For example, I'm trying to make a page that has many items in a grid (like an online store), and I was thinking...
View ArticleCan a html use a Pixi Texture object?
I know that a texture can be loaded from the website's assets (e.g: "/foo.png"). Is it possible to do something like this: let texture = (some texture from Pixi) document.body.appendChild(<img...
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 ArticleTilingSprite on Android 4.x.x
I have TilingSprite as a background. On any other devices everything looks ok. On Android 4 there is a problem When I use background.tilePosition.x += xy and background.tilePosition.x grows the...
View Articleabout gpu memory cost
hi guys, We use pixi-spine for rendering, but I have a runtime question: phase01: one json file, one png vs phase02: one separate to more jsons, but same png does the phase02 will multiply the memory...
View Article..PIXI and sound files..
..hi guys.. Im following tutorials from here http://pixijs.io/examples/#/basics/basic.js and i cant see any examples with how to load/manage sound in PIXI. Can you point me in right direction,...
View ArticleAbout ScreenShoot in pixi v4.7
Hello everybody !! I have a problem about screenshoot canvas using this code this.renderer.view.toDataURL('image/jepg', 0.1) it not work in my PIXI lib version 4.7 but i using this code in version...
View ArticleRenderer.resize doesn`t affect canvas children
Guys, hello, Hope you are well. Could you advise why this: renderer.view.style.width = newWidth + "px"; renderer.view.style.height = newHeight + "px"; dyncamically resize everyhting inside the...
View ArticleWhy the ticker is not redrawing the stage?
import { utils, Application, Graphics } from 'pixi.js' import { PixiConfig } from './constants' const kind = utils.isWebGLSupported() ? 'WebGL' : 'canvas' utils.sayHello(kind) const state = { circle:...
View Article