Cycle map with panning
Hi, I am trying to create something line world map which is a globe so edges are connected (ex from most left side you go to most right side). This has has been split into small sprites each of them...
View ArticleHelp: keydown animate sprite
hi, i'm new to Pixi.js . i really need help to proceed ... i created an animated character that can be animated by mousedown event , i want to do it on keydown too be it doesnt animate it only...
View ArticleVideo texture issue on Chrome (12 pixels stretched/repeated bottom and right...
I'm experiencing a weird video texture issue on Chrome. I found this Chromium bug report, which seemingly describes the same problem with the Flash plugin, but I'm seeing the same thing with Pixi...
View Articlegraphics & interactive set to true
Hi all! I'm having a problem with PIXI.Graphics in a Container or Sprite when interactive property is set to true. Here's my code: <!DOCTYPE html> <html lang="en"> <head> <meta...
View ArticleButton HitArea outside of button
Hi I have a button that I've created from a png image But the hitArea sits outside of the image (even the canvas!) I've uploaded a zip file Hopefully someone can help Thanks hitArea.zip
View Articleget corners of sprite after rotation
Hello everyone, I have 2 questions and I think they both deal with math. 1. How do i get the x,y, x+ width and y+ height of a sprite after setting a rotation (corners of sprite) image 1 (white...
View ArticleHow to make a BIG stage with drag & flick inside a canvas using Pixi.js?
i am learning a Pixi.js to make a animation web like this link below.http://fetedelabiere.promo-agency.com/I already created a project environment.But i face a question such as this title.How to make...
View ArticleHorrible performance in PixiJS v4
In short, I've just recently updated the html5 app I'm working on to use the newest version of Pixi (v4) recently. It looked nice & all and it basically didn't break anything. (Well, except for a...
View ArticleHow to change the Bitmap text color?
How to change the Bitmap text color? this.text = new PIXI.BitmapText('example', {font: "16px nbp", align: "left"});We need to use any filters? Or use a mask?
View ArticleHow to create a circular cooldown effect?
I am struggling, the only resource I found is this. I have not dealt with the code yet, but concepts on how to deal with it. So the thought I came up with is to create a circle via PIXI.Graphics and...
View ArticleNo blend mode for Text/BitmapText?
Font is loaded correctly but no change when I apply a blend mode. Tint works fine with BitmapText. Is this feature supported?
View ArticleHow do you read PIXI's documentation
I've just started looking into using PIXI for some image manipulation, however I'm really struggling to get anything to work as the documentation seems very lackluster. For instance: offsetPIXI.Point...
View ArticleAllow touchend event to bubble up, without autoPreventDefault = false
Hi there, a quick question for which i cannot find a working answer. Let says i am in a PIXI Class that represent a button. I have this line : this.touchend = this._onEnd; And the _onEnd function...
View ArticleHow to make sprite move in the direction it's facing?
I'm making a game with Asteroid like controls, but I'm in doubt about how to move the sprite in the direction it is facing. What's the easiest way to do this?
View Articlepixi meets angular & bootstrap - anyone interested?
Note: This is still work in progress Hi folks, I haven't done much with pixi lately, most of my work resolves around MEAN stack and I usually don't have enough time for anything not work related. A...
View ArticleRendering interactive graph with thousands of vertices and edges
hi Folks, I am new to here and I'm trying to find out whether pixijs could be a good choice for me. What I need to do is render a possibly very large graph on the canvas, like the attached picture...
View ArticleI've created a Flash animation runtime for PixiJS (Pixi Flump Runtime)
I've been developing a Flump runtime for Pixi.js over the last 6 months for a game I am working on. I would now like to share my library with the Pixi community. For those of you unfamiliar with...
View ArticleHow control container like spirte's anchor with scaling?
hi. sometime i need to scale like it has anchor(0.5, 0.5); it has not any children, that's ok. but if not, it is not easy.. is there any idea ? thx..
View Articletweening - scale and translate simultaneously
How can I scale and translate a container simultaneously? I've tried three tweening libs (tweenjs, charm & tweenlite) - they all display the same result where it will either scale or translate...
View Article