Made a small multiplayer game demo
Its called "Jupiter and Mars" You can play it at https://nekavid.netlify.app/Jupiter & Mars/ You won't be able to play unless you are on Windows 10 in MS edge
View ArticlePixiJS and VueJS dragging graphic objects
I am trying to work with PixiJS events inside a Vue component following the example here: http://scottmcdonnell.github.io/pixi-examples/index.html?s=demos&f=dragging.js&title=Dragging Vue...
View ArticlePixiJS with ThreeJS
Does anyone have experience with setting up PixiJS and ThreeJS together and able to show a quick example? All the examples I've seen appear to be outdated?
View ArticleHELP - 60fps but bad stutter
Hi Everyone, I'm working on a Guitar Hero / Rocksmith like game in Pixi.js: a song plays and some boxes scroll towards a cursor that lets a guitarist know how to play along. Website if anyone is...
View ArticleParticle simulation of a flock of birds?
To clarify, I'm not looking for anything complex or hyper realistic. As far as I can tell, there are *libraries* for this behavior. Ex: https://github.com/topics/flocking But these are too complex. I...
View Articleuse multiColorReplaceFilter on multiple sprites
Hello, I'm new to Pixi.js and practice to create games. I've created a lot of same Sprites(1,000 numbers of small svg) on a container with viewport so that I can move the container around. I would...
View ArticleCustom Pixi Loader and Texture Caching
Hello friends. I need a little help in my project. I have array of images with id and url. any part of those images can be rendered in different occasions, based on user filtering. I have custom...
View Articlesdf text batching
So I was very hyped up by the sdf text feature in bitmap-text. It solves so much problems in text-heavy projects. But... it breaks batching. I understand that there is a material change, but: a) even...
View ArticlePIXI.TextInput issue
I've raised an issue in GitHub, but, I'm not sure how well maintained the project is currently, so I'm posting here in case anyone else can help. I've been trying to get the PIXI.TextInput to work in...
View ArticleHighlight sprite with transparent texture
Hello! I have a sprite with a fully transparent texture. I want to make it glow. I tried to achieve this with filters, but most of them do not work for such a sprite. Only CrossHatchFilter and...
View ArticleIssues removing Spine AnimationStateListener inside listener callback
Hello, I'm having an issue in Spine when removing listeners while events are still being fired. I've looked through the Spine code and this seems to happen because EventQueue.drain (inside...
View ArticleOutline filter doesn't work for me!
Hi I've been developing a "sticker mockup generator" using pixijs and here is the result so far: (I used simple plane mesh to bend the png picture on the ground) As you may know stickers come with a...
View ArticleHow to make camera view with abstract world units in pixi.js?
What I'm trying to accomplish is to basically write all my game logic in world units and use camera to see part of it rendered on the screen. Let's say my world is an infinite plane and I want to add...
View ArticleHow to do an animation in Pixi.js?
Hello there, I just wrote this post to make sure that I am on the right track. I am fairly new to the framework and just started building my own game using Pixi.js. I am at a point right now where I...
View ArticlePerformance tips for drawing lots of squares
I want to draw an enormous grid of squares, where each square is colored based on perlin noise. Are there any performance tips for drawing lots of squares? My current implementation is a simple loop...
View ArticleUpdate vertices for AnimatedSprite
Hi, I am building an app where we would like to distort images. I can make it work for a SimplePlane doing: _img.verticesBuffer.update(_vertices); but I can't do that with AnimatedSprite. Any clue...
View ArticleA strange box appears around my character only in my production build using...
Hey all, happy coding New to PIXI and building a small game! I am using one of the plugins to create my character using Spine! Everything was going great until I pushed the code to production and now...
View ArticleVideo timeline scrubbing stutter
Hi there! I've been incorporating Pixi into a web app, but I'm running into some issues with frame rate when trying to scrub my video. I'm doing the following to setup my video sprite, by...
View Article