Best way to group sprites for paperdoll?
So I've got some pixel art, in which I've got a base character who is naked, and then I've got items that match the animation of this base character, helmets, bodies, legs, etc. I need the items to...
View ArticleShader translation
Hi, I need help with shaders in pixi . I trying to translate and rotate sprite with shaders. I am using PIXI.Filter but I can find any example with vertex shaders(only fragmet examples ). If someone...
View ArticleDisplayObject.filters questions
I have some questions about filters and how they behave in Pixi.js. 1. When settings filters on a display object like this: stage.filters = [filter1, filter2, filter3, filter4]; Is the order defined...
View ArticleSimple Optimization Tips
Hi, Using the most recent version of PixiJSv4. I am now using a slow thin client desktop and am seeing performance issues. Game is running at about 30FPS when it should be 60FPS. Are there any...
View ArticleDoes Current PixiJSv4 Have Function To Detect Platform?
Hi, Simple question: Does current PixiJSv4 have function to detect platform? (like if game is being played on Wndows, Linux, or Android) I want to fill entire screen only on mobile Android and not on...
View ArticleWorking On Input - PixiJSv4 Support Multi-Touch On Mobile?
Hi, Progress is good, moving now to complete input (both mouse and touch). Does current PixiJSv4 support any type of multi-finger touch input on mobile devices? Thanks! JeZxLee
View Article"InteractionManager"-Get Where Mouse Screen (X, Y)?
Hi, Looking at the documents, in "InteractionManager" pages. I can't seem to find house to get mouse screen x, y ? If I just use mouse functions would that support basic touch input on mobile? Thanks!...
View ArticlecreateShaderPlugin Helper Function
Well I really wanted to be able to setup each shader plugin with just a simple function call so I made this createShaderPlugin function that works like this: createShaderPlugin(name, vertShader,...
View ArticleNeed Someone To Test On Apple Safari(Mac OS X/iOS)?
Hi, While I don't officially support Apple(R), I am curious if the current build of the engine works on their hardware. Was hoping someone here with both a Mac OS X computer and iOS mobile device...
View ArticleDo I Have To Specify Image Sizes In *.JSON File?
Hi. Working on PNG image sprite core today. I looked at the demo's *.JSON file and see that is has image sizes. Must I specify image sizes in the *.JSON file? "blob.png": { "frame":...
View ArticleHow to use vertex shader with Pixi.js?
Hi, While I'm studying WebGL, I'm wondering how to use vertex shader with Pixi.js. Using fragment shaders is quite clear in my mind, but I'm still confused on how to send vertices coordinates to a...
View ArticleHave you used TravisoJs or know of any games that use it?
I thought about using TravisoJS (http://www.travisojs.com/) but I haven't seen any games that use it. Does anyone have experience with it?
View ArticleUnable To Load/Display Sprites From Different JSON File?
Hi, I modified the demo I was using to use a new texture JSON I made. When I run the game now, just the text shows and no sprites? There are no errors in browser console. You can download the entire...
View ArticleArrays Of Clickable Button Sprites Not Working?
Hi, Can someone look at my code HERE. (source code is clean) I've got 6 on screen clickable button sprites but they do not function? There are no errors in browser console. Demo can be played HERE....
View ArticleRender finish event or Sheder finish event
Is there a way to call specific function or event when render finishing with rendering specific sprite or event when shader is executed ?
View ArticleCan I Advertise PixiJSv4 In My Game?
Hi, I added a PixiJSv4 logo on the title screen HERE. If it is not allowed just let me know and I will remove it. Kick ass WebGL engine - it's the best of its kind! JeZxLee
View ArticleCheck If Pixi Sprite Exists?
Hi, I need a method to check if a Pixi sprite exists. For example I have a "FloppyDisk" sprite which is shown on title screen but not previous screen. I need a method to check if Pixi sprite called...
View ArticleHow To Disable Pixi Sprite Smoothing?
Hi. How would I disable Pixi sprite smoothing? Thanks! JeZxLee
View ArticleProblem referencing correct texture in atlas
I'm pretty new to JS so I apologize for the messy code. Also don't hold back on telling me what I should and shouldn't do design wise! The problem is that way at the bottom where the for loop is, it...
View ArticleDoes PixiJSv4 Have Canvas Change Transitions?
Hi, Started working on the various game screens. Does PixiJSv4 have any type of canvas transitions? Like if I want to fade to black one screen and then fade from black to another screen? Let me know,...
View Article