TilingSprite Performance
Since Ivan pushed TilingSprite to visual perfection, I rushed to integrate it to my map_editor, it basically renders the entire map directly into the scene (questionable method, works wonders for me...
View ArticleBlend modes inside a canvas (wich is inside a java webView)
Hey, im using PixiJS 4 in a plattform that uses a java WebView on some plattfroms to display the Game. It all seeems to work fine ,i allready made some small games and they are all working well. But...
View ArticlePixi v4 textures atlases
Hi. I have a question about texture batching in pixi v4. I'm developing mobile game with great amount of different skins (more than 200). I have expirience with gl frameworks (starling), and as...
View ArticlePixi v4 Shaders
Hello, I recently started to experiment a little bit with HTML5 Game Development. Now I found a some Lightmapping Shader Example on the Internet, which is build on Pixi v3. I currently use Pixi v4...
View Articlehow can i check image loaded with atlas..
hi i wanna check image(basetexture) loaded that load by altas... pixi call like under code var atlas_url = "data/packed/map_object.atlas"; PIXI.loader.add(map_name, atlas_url).load(onAssetsLoaded);...
View ArticlePixi overlay div to catch events using interaction plugin
Hi everyone, the interaction in Pixi confuses me. I have the following simple structure: <div> <canvas id='pixi-container'></canvas> <div id='event-catcher'></div>...
View ArticleHow can I add new co-ordinates on shapes by mouse
I am drawing shapes and on click, I highlight the shape by bold black border, also I add small circles on the shape vertices. How can I add more vertices by mouse in run time. Also How can I move the...
View ArticleHow to center a text within a container?
Hey guys, Please take a look at this JSFiddle: https://jsfiddle.net/r4yfozsw/1/ As you can see I'm trying to have a button with a text on it. Therefore I create a Graphics object and draw it as a...
View ArticleSet cursor style
How to set the cursor style to none, for example? When I try to set it manually before the pixi render the stage, the cursor is set to default again.So I suppose there is a way to set the cursor style...
View Articlechange cursor to sprite
Hey guys, I really wonder why I was not able to find anything about changing a cursor with PIXI.js or very little with incomplete practical examples. I found out that I need to set something like...
View ArticleTap and Click events not triggered when building a nwjs desktop app
Hello there, First, I have to say I really love this tool, so easy and fast, you rock guys ! (if they come here, dunno) So, I'm trying to make a drag n drop application with the last version of pixi...
View ArticleSending multiple texture maps to a fragment shader
Coming from a WebGL background and new to PIXI.js, so I am used to sending multiple texture maps to a single Fragment Shader. I sense PIXI.js framework sends a default texture map to the fragment...
View ArticleHow to access the default InteractionManager
Hey Guys, I wonder how to access the default initalized InteractionManager? Referring to this thread: There seems to be a InteractionManager already initialized. I have the same problem like the...
View ArticleOutlineFilter shows strange artifacts
Hello, first of all: I recently started using PIXI.js, and it's great! Big thanks to developers for their wonderful work. I'm using the OutlineFilter from the pixi-extra-filters repository, and while...
View ArticleDropShadowFilter
Hi, why was DropShadowFilter removed in the PixiJS version 4.0? I can see https://github.com/pixijs/pixi-filters/pull/9 - so some work is in progress for dropshadow. Will those changes be included in...
View ArticleHow do I change the cursor to a custom image in pixi?
I know that I need to use .buttonMode = true and .defaultCursor = "inherit", but I want to change the cursor to an image (like in CSS). defaultCursor = "url(http://www.image.com/jpeg.png)" doesn't...
View Articlemousedown event is not firing in pixi 4.1.0
Hello. I started learning pixi a week ago. I easily managed to create sprites, but couldn't set up event handlers. Now I think that the problem is in latest release of pixi....
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 ArticleLooking to fade out like Star Trek in Pixi
I am looking to have an alien in pixi fade out all pixelated-like when it has reached the center of the screen. I am very new to Pixi, and coding in general, and haven't had luck with JQuery...
View ArticleRestricted area
All good day from the start I want to apologize for my English. I need to create a pool and now I'm focused on the problem of when to make the play area. How best to do this? What I found - a...
View Article