Synthesia Web Clone
Hi guys! How are you? I'm developing a web synthesia-based game on my free time. You're free to check it out at: https://ruanpiano.github.io/SeeKey/ Best Regards!
View ArticleRenderTexture vs Filters performance
Hello ! I have questions concerning performance and "RenderTexture and/or filter" for a specific case. The context : Our canvas is a big container with a lot of layers, here the order of rendering : 1...
View ArticleMake image as background cover (PixiJS Slider)
I've made a custom PIXI.js slider for my wordpress website. It works pretty damn fine but i've got an issue : i'm trying to make the images that are loaded `background-size: cover` and centered. Right...
View ArticleDisplaying the canvas
I'm trying to follow the first tutorial. I don't understand why I don't see anything unless I uncomment out the resize() (which is not in the tutorial), and even when I do, the background color is not...
View ArticleStalling mouse move events with lower frame rate
Hi everybody, I am working on a browser interface to control audio hardware. The page itself should have the lowest possible impact on the computer's performance, so we manually lowered the render...
View ArticleSprite Resampling
Hello! How to use different kinds of resampling on a sprite, not just PIXI.SCALE_MODES.LINEAR or PIXI.SCALE_MODES.NEAREST. e.g. Lanczos, bicubic
View Article[help] where to get spine for pixi JS 5.2.0
Hi everyone, I'm having a bit of a trouble to fins the URL for pixijs-spine v3.8 JS I was updating an old project I have that is using pixi 5.2.0 and I saw on https://github.com/pixijs/pixi-spine that...
View Article[error] Cannot read property 'Spine' of undefined
hey guys, I've recently updated to spine 3.8.0 and my spine work stopped to work and throes a "Cannot read property 'Spine' of undefined" This is what I have on my code: //... const pixiLoader =...
View ArticleConnecting two lines with rectangle
Hi, Does anyone know how to do this ? Really appreciate if someone can show me a demo ? CleanShot 2020-11-21 at 08.26.00.mp4
View Article[help request] Is anyone using Spine 3.8+? can you help?
Hi everyone, I don't have spine licence anymore and I'm trying to get 2 spine animated characters updated for spine 3.8+ Would anyone be able to help? I have the following files: animation.json...
View ArticleCaching resources using PIXI.Loader.pre
Hello, I'm using pixi 5 with pixi-spine trying to load resources from a cache implemented with indexeddb. All cached files are loaded into patch.files as either blob or text with matching xhrType. let...
View Articlewhat is the best solution to make a real-time chart with PIXI.js ?
Hi all Expert, I'm a new one to study PIXI.js. I want to make a smooth real-time line chart, like: ExpertOption: https://app.expertoption.com/ 1. need to be smooth and fluently 2. need to use mouse...
View ArticleImplementing shadows with shader
Hi everyone, I have recently been learning to code and currently am creating a 2d game using PIXI v5. I want to implement some interactive shadows, based on different light points on the map(lights)...
View ArticleParticleContainer to plot networks
need to plot networks with thousands of nodes and tenths of thousands of edges (or hundreds of thousands of edges). My guess is that using a ParticleContainer for the nodes and another for the edges...
View ArticlePreventing on('pointertap') if scrolling
When natively scrolling the div which the pixi resides in on a touch device, on('pointertap') on an interactive Sprite will fire even if the starting "tap-down" location is far away from the ending...
View Articlehow to save a scene as an image
I'm creating an image editor using pixi. When editing is done, I need to export the current scene to an image and download. right now, I'm doing it using...
View Articlesprite width/height proportional to image
I have about 50 images, I load them into Application. Then I create sprite for each image. Images width and height differs, they are not the same width/height, and images are quite large compared with...
View Articledrag&drop "game", should I use pixi.js
Should I consider using PIXI.JS, if I need something like this. Or should I live with pure javascript, maybe something else? - I have background (call it scene) all over the page - I have about 100...
View Articleevent emiter/listener
What is the best way to emit events from one sprite and listen them on another sprite or container? 1) I have toolbar with buttons like "delete, resize etc.' . When user clicks on sprites on the...
View ArticleRendering to something different than webgl (native)
Hello A weird question on an HTML5 forum!! I really like Pixijs and I want to use it in my C++ based project (native no browser in the mix). I am using bgfx as the rendering engine. I want to use pixi...
View Article