PIXI current versions in the future ?
Hello, developers! I am wondering about PIXI v.3 or v.4, how much they can live and work on the internet. Imagine now I start big project on v.3 or v.4. This project should be licensed with little...
View ArticleInteractive set of arcs
Hi! Is there any way to make set of arcs interactive? I have next not working code: items.forEach(item => { const arc = new PIXI.Graphics(); arc.lineStyle(...); arc.arc(...); arc.interactive =...
View ArticleHow to improve sharpness of PIXI.Graphics
I have two charts that one is used 2d canvas techniques and another one is based on WebGL (Ongoing development). Between these two charts, 2d canvas chart sharpness is far better than WebGL chart. I...
View ArticleSmaller textures help with performance?
Would smaller texture sizes (in dimensions and filesize) give better mobile performance overall? like would a 1024x1024 texture render and perform better than a 2048x2048? Thanks
View ArticleHow to destroy texture created by cacheasbitmap
I have two sections on screen. when ever I am focusing on one section I am setting other sections cacheAsBitmap true. My problem is when ever I am toggling focus every time it is creating new texture...
View ArticleBlurry Image after setting anchor to .5
Hi All, I have encountered a strange problem. I am creating two sprites from the same image. For one anchor is default 0 and for another it is set to 0.5,0.5. The sprite with anchor set to 0.5 looks...
View ArticlePIXI InputBox
Hello. Please don't kill me for my stupid question, may be i'm wrong in a core approach becase i'm noob in webdev and animation. I'm trying to build a webpage based on canvas animation (created in...
View ArticleColor Replace Filter
Hello I'm trying to make a filter to replace the color in the image Color replacement is fine here is an example private _createColorFilter(shaderTexture, materialTexture) { const uniforms = {...
View ArticleHow to get the additional pixi-filters (without npm)
Hi everyone, I'm trying to use the additional pixi filters (https://pixijs.io/pixi-filters/docs/index.html). The documentation only explains how to get it using nmp but since I don't use it (at least...
View ArticleDrag into container and out again
Hello All I trying to make a object be dragged into a container and then be a child of this container like this: //places in a pointerup event let bl = otc.skeleton.findBone("left-hand-bone"); let...
View ArticlelineStyle alignment is not working?!
Hi everyone, I don't know if any of you is having the same issue or if it's only me doing something wrong but, the alignment property of the Graphic lineStyle doesn't seem to be working. No matter...
View ArticleDoubt: How to find these images using pixijs?
I need to do a job and I have seen that this site uses pixijs in most of its cars with 360º effect, as I am new I can not find these images to download. Url: https://cronos.fiat.com.br/ Can someone...
View ArticleAnimatedSprite.prototype.update doesn't update (RPG Maker MV)
I am trying to write a plugin for RPG Maker MV, which uses Pixi.js. The problem may be an incompatibility, but I have asked several people now and I just don't know where else to ask. The PIXI Version...
View Article[Help] best way to handle "paced" resolution things
Hi everyone, I'm not sure if this is entirely a Pixi related question but, there may be something in Pixi that may help with this and maybe someone here would know the best way to do it. I'm building...
View ArticleTouch event freezed
I created a simple application with simple motion animations. I call the function update using Tiker. As a result, animation freezed at any click on a iphone. help to understand, please.
View ArticleMemory leak when loading json files
Hi dev friends, I'm making a game using a custom tool to import animation from Toonboom into PIXI.js. The animation files generate are HUGE json files (sometimes around 7mb) per animated puppet I...
View ArticlePIXI-Display + PIXI-UI zIndex\Order
Hello. In additional to this issue https://github.com/pixijs/pixi-ui/issues/21 ( dublicate here, because i'm afraid that nobody reads those issues (the last was on 2 mart with no response) ), can you...
View ArticleProject setup pixi js
Hi, Hope you all are doing great. I am a game programmer with experience in Unity3D development and now I am moving to pixi js to work on a project. So, How do I setup the project efficiently? As my...
View ArticlePixi.Loader making game to crash when game not in cache
Hello, I'm loading a bunch of assets at different stages in my game. For each of them I use a new Pixi.loader that I free up by calling loader.reset(). However, my problem comes when I try to load the...
View Article[Help] Spine Animation - Problem with PMA ?
Hi eveyone, I'm trying to use spine to play some animations however, I'm getting a "black edges" problem. I have investigated a bit and I found this explanation:...
View Article