Pixijs "html" inputs
Hello. I am very interested in Pixi to make a game with other guys. But I have a big question: How to you create basic html inputs, text fields and so with pixi? Some website examples use it, but I...
View Articlecircles are not round
Versions below and including 5.0.0-alpha.3: round graphics objects appear smooth and actually round. Versions above 5.0.0-alpha.3:round graphics objects appear like octagons, it gets worse the smaller...
View ArticleHow to move multiple sprites together?
I want to move multiple sprites at the same time, I tried putting them in a container but it seems their position is independent of their container. Is there a way to make them stick together?
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 ArticleAnimatedSprite . onLoop function not working
Quote var anim_array = []; this.animations[animation_name].forEach(function(img_path) { anim_array.push(PIXI.Texture.fromImage(animation_name + "/" + img_path)); }); var new_head = new...
View ArticlePIXI loader - resource already exists
Working on porting code from an old angular app to vue and am very new to PIXI. Upgraded PIXI to latest version. Issue I am facing is, the page renders fine the first time but when I go away from the...
View ArticleManipulating masks and displacement maps in pixi.js
Hi! I'm looking for creative ways to change/animate shapes of masks and displacementmaps in pixi.js. Any good suggestions out there apart from the more obvious techniques?
View ArticleTexture Error: frame does not fit inside the base Texture dimensions
Hi there, I want to catch the error of the mismatch of sprite sheet and console out the filename with problem. I found this article(https://github.com/pixijs/pixi.js/issues/4599) which seems fulfill...
View ArticleAdjust mouse cordinates for scaled stage?
The code would look something like that below. Basically I'm wondering if you scale the stage to the screen size, if there is a way to adjust the mouse X and Y coordinates to the new size -- the...
View ArticlePixi.Mesh gl_FragColor Alpha Channel
Hi, I've tried to change the Alpha Channel on gl_FragColor on a Mesh, but it doesn't show a result as I expect. For example, on the pixijs.io example (...
View ArticlePixi Charm js
Hallo! Ich benutze Charm js https://github.com/kittykatattack/charm in meinem Projekt. Jedoch bin ich auf ein Problem gestossen. Meine Tweens werden abgebrochen, sobald ich eine onComplete function...
View Article[SOLVED] How to run Pixi.js (TypeScript) with AMD and Require.js?
EDITED: This problem is solved. The solution is in this message. Hello, Require.js does not understand '.' (dot) in the module name: "pixi.js". Here in the RequireConfig.ts file: RequireConfig.ts...
View ArticleKeeping track of every sprite position in a tiling sprite
I made a container containing a bunch of sprites. Then I made a single texture out of it and made a tiling sprite. Now my question is, is it possible to still keep track of the positions of the...
View ArticleAny Way To Convert PixiJSv4 Game Into Native Android/iOS Game?
Hi, Was just wondering if it's possible to convert a PixiJSv4 game into a native Android/iOS game? Game currently DOES run on Android/iOS but it's a web app and audio is disabled except for Firefox....
View Articlepixi pointerevent currentTarget = null ?
Hello everyone! I have pointerover event and i want to get the element i point on (hover on).But when i use event.currentTarget , it is null,also tried with event.target which is also null. Any...
View ArticleMulti players
I need help with creating objects in pixi In the backend I have a code running every 1000 millisecond, which passes the id, and x and y positions and I made a for that runs through the list of...
View ArticleGenerative art (animating alot of graphics)
Hey, Maybe a different question than usual. I made the following project with P5.js: https://hobiewetzels.nl/wallpaper/ About 1000 circles are animated independently. This results in performance...
View ArticleWriting multiplayer Tic-Tac-Toe game using Pixi.js and TypeScript
I decided to write simple multiplayer games for my portfolio. Maybe my code will be useful for someone. I will write detailed commits on GitHub. Everyone can use my code for free. The Game will be...
View ArticleBuilding a Flight Sim
Hi, I am new to PixiJS and I need to create an animated flight simulator display like the following:...
View Articlehow to set direct of particles in pixijs.
i see the example. https://pixijs.io/pixi-particles-editor/#bubblesVertical. it move bubbles from bottom to top. How to set it run from top to bottom. Thanks
View Article