How to move an object in a PixiJS application
Making an object move is something everyone needs to know how to do. This is one of the basic buildings blocks of game building.
Pixi.js is a HTML5 creation engine. You can use this to build fast and flexible games and applications for the web.
Making an object move is something everyone needs to know how to do. This is one of the basic buildings blocks of game building.
A PixiJS application has a default size. But what if you want to size to match the window or you just want a completely different size?
The default background color of a PixiJS application is black and boring. Here is how you can set it to whatever you want.
In this article I will show you how to use the mouse to move an object using Pixi.JS. Dragging and dropping an object is an essential part of many games and applications.
Using the mouse to interact with objects in a Pixi.js application is something you need to know how to do. In this guide, I'll show you show to react to mouse down, move and up.