PixiJS stores all its textures inside a texture cache which can be accessed in PIXI.utils.TextureCache. To load textures into the cache you need to use a loader. This can be done by creating a new…
Month: February 2019
PixiJS Renderer, Ticker & Stage
In the last post I showed you how to get up and running quickly in PixiJS. In this episode I want spend some time diving a bit deeper into the basics of PixiJS. To do…
PixiJS Getting Started
To download the latest version of PixiJS you can check the releases tab of the github repository here. Because of browser security restrictions loading local assets directly will result in CORS errors. We’ll need to…