Help with custom version of pixi
Hi all, I will wish an example of using brush implementation of this version of pixi. I want to use gradient brush in shape for a projet. Anyone can help me please? Version of pixi brushes...
View ArticleGraphics with gradient support
Hi all, Any plans to add support of canvas 2d fillStyle/StrokeStyle to graphic elements (canvas and webgl)? Thanks
View ArticleGreat performance in V4
Just want to put out our experience. (since there was a post with a different experience). We are developing a browser multiplayer game. and in v3 it was barely playable on regular laptops and...
View ArticleLook for more complex code examples
I'm new to using Pixi.js and was looking for some tutorials. https://github.com/kittykatattack/learningPixi#loadingatlas Was a great starting point and...
View ArticleGridify the Container Sprites
Can we apply any plugin to gridify the sprites in a container? I am trying to group the sprites in a container so that I can move the container instead of all images inside it but I want sprites not...
View ArticleUsing custom shader in pixi v4
I'm upgrading v3 project to v4 and I have some custom shaders done for few sprites. For some reason these dont get used in v4 no more. Should I use filters instead? I'll create an example case if...
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 ArticleRPG Maker MV using Pixi?
Is this true? I see the Pixi.js library being included in RPG Maker MV projects. -Andrew
View ArticleClick event problem
I'm developing a web interactive application. I have a stage in which I have arranged multiple containers. Containers are placed parallel to each other (not overlapping) and each container has...
View Articlerecommand UI Framework to create tool with pixi.js
hi.. I wanna create game tool to create scene. it will be control like spine, sound, event, filter can you recommand UI library to create HTML5 GAME TOOL? thx a lot..
View ArticlePhaser + SPINE
Hi, I'm a beginner with phaser, and I like using spine for my animations. The problem is that I can't find a good tutorial or anything interesting where I can easly understand and configure it. 1st...
View Articlewhat might cause 90% of my execution time to be spent in pix's emit function...
Apologies for what is a very vague question. My game runs fine for quite awhile, but eventually starts to spend 90% of its time (checked via chrome's profiler) in the emit function from pixi. I can't...
View ArticlePixijs - How do i remain sprite position while scaling displacement filter
Hi everyone, I m doing some work with filter feature of Pixi. I tried to increase the visibility of the displacement filter by setting displacement filter scaling. However, when i do that, the...
View ArticleMobile device resolution issue
Hello everyone ! I have an issue when I want to use my game on mobile device: Case 1: With stage scale sets to 1, on mobile device I see only 1/4 of my game. Case 2: With stage scale sets to 1 /...
View ArticleHow does Pixi.js perform in Android stock browser?
Hi, no doubt that Pixi.js performs beautifully on my iPad 2 in Safari (e.g. http://www.goodboydigital.com/runpixierun/ ) . Now I would like to know how it does rock on Android, and since my Nexus 7...
View ArticleStop Animation of Displacement Sprite on Hover
hi, i'm very new to pixi.js, and am not experienced as a programmer in general. so, i'm sorry if these are very obvious questions. essentially, i'd like to apply a displacement sprite to several...
View ArticlePIXI 4 & Type Definition File
Hey guys, quick question.. I'm currently running PIXI v 3.0.10 with Typescript, but I wanted to bump up to PIXI 4. I can't find any type definition files online for this, does anybody here know if...
View ArticleTexture Atlas wrong position
I use texture atlas for tiled map. I use firefox. Today i run my game in Google Chrome and saw border between tiles. Each tile on the left is from one pixel to the previous. Just like positiion.x -...
View ArticleWorking with Points, Rects, and the scene graph
Hi, I'm starting out with pixi.js, and really liking it so far! One thing that has really been puzzling me, however, is how to work with points and the scene graph. Let's say I have a problem like...
View ArticleListening to hierarchy nested events ( e. bubbling )
Hey,I wonder is there a solution to listen to an event being dispatched from nested object. In my case it looks like this:SomeScreen is an object extending from...
View Article