How to create a LTR file
Hi guys, I need to create a .ltr file for a count-up image sprite. Can you suggest any program/ software/ any method to create it.
View ArticleIssues with removing a mouse event binding
So scene setting.... I'm relatively new to Pixi JS but am an experienced developer (although be it in Flash not JS). I've managed pretty well so far and am in the process of converting another very...
View ArticleCan pixi.js(with webgl) play on ps4 or xbox360?
hi. guys.. i'm wondering ps4 and xbox360 can play with webgl by pixi.js .. please give me tips thx^^/
View ArticleSprite - Texture Swap sometimes not working
Hi, I want to dynamically swap sprite texture ( i want it to be able to get texture from internet ), but i don't know why it sometimes not working, it become blank. i didn't use the...
View ArticleShader that used on 2.x is not operating on 3.11
hi this shader was used on pixi.2.x and i wanna use on 3.x so i update black color line only.. but it's not operating .. regards Yun Quote function createSmokeOnTextureShader(width, height) { //...
View ArticleMake color of polygon/rectangle a bit darker or brighter
I was wondering are there any useful functions in Pixi.js which I can use in my Phaser 2.6 application to darken /brighten fill color of rectangles polygons etc...? For example make rgb(200, 150, 186)...
View ArticleText Width
Some text appears too wide and some not wide enough. I'm using 3.0.11. Is setting the width needed somehow?
View ArticleHow to fit PIXI renderer into browser width and height?
Good morning! I am working on a word game embedded in a Wordpress front page, which uses PIXI.js to draw the game board and above and below it - few jQuery elements like buttons and selectmenu. While...
View ArticleHow to convert this logic to a shader
This week I've been rewriting some code to use pixi.js . In my game I have a smoke grenade. The smoke particles were drawn with circles with PIXI.Graphics(); . On each frame, I could be drawing from...
View ArticlePLEASE HELP: PIXI.js animation optimization
Hey guys! I'm pretty new to this forum and to PIXI.js so please excuse me if I'm posting in the wrong place. I am creating a game similar to guitar hero, but for piano (basically a synthesia clone)....
View ArticleShader swizzling
Hi, I am playing with Shaders (filters). Below is my shader code I am not able to swizzle rgba values (https://www.opengl.org/wiki/GLSL_Optimizations). Can someone help? precision mediump float;...
View ArticleHow to Disable Font Antialiasing
I have this set in CSS to force pixellized images: canvas, img { /* makes a change, noticeable [28/05/16] */ image-rendering: optimizeSpeed; image-rendering: -moz-crisp-edges; image-rendering:...
View Articlevec3 uniforms array into shader
I would like to create an array of colors in my shader code. What is the correct way to do this. Apparently you can't code this directly into the shader, but doing it via uniforms is supposed to work....
View Articlefailed to load basetexture on is ios
hi. ios is failed to load basetexture with many basetextures more than 5-10. and baseteuxtres size(capacity) is not small. it is big than 500kb have you every happened this on ios? thx.. best...
View ArticlePixi v3 and custom filter throwing errors
hi, I am new to this forum. I have been trying to use a glow filter it found at http://codepen.io/mishaa/pen/raKzrm. but it seems that it's been made for v2. This is how I am trying to set filter to...
View ArticleHow can I implement glow filter on shapes
I want to use glow filter in my pixi project. I found implementation in v2 which don't work in v3 (http://codepen.io/mishaa/pen/raKzrm). Also when I try the filter on circle (in v2), the filter is...
View ArticleGlow filter
Hello everyoneI'm trying to create my own custom PIXI filter with glow effect for text, but i dont know anything about shaders and GLSL to finish my filterDoes anyone has complete solution for glow...
View Articlev4 and Tween.js position/scale/pivot issues - any easier fix?
Recently discovered that there's a v4 of the wonderful PIXI.js. An hour or so of font- & generateTexture-refacturing and I'm in the clear, except for the tweens. The tweening library that I'm...
View ArticleDetect overlapping between two DisplayObjectContainer
Hi guys ,I'm pretty new to game dev, but I'm an experienced devI'm building a configurator that lets you add and drag sprites on the stage, but I'd like to prevent'em form overlapping onto each...
View ArticleWhere to find tutorials for beginners ?
Hello all i can see all over the web on how great is pixi.js but i have hard time to find beginners tutorials on how make build simple game with pixi.js what do i miss ? can someone point me to...
View Article