Daniel Ribeiro Posted April 24, 2014 Share Posted April 24, 2014 Hey guys! First of all, I want to understand better the real idea of PIXI.js, and what it's actually supposed to do. I'm developing an engine for tilemaps and I currently draw tiles like this:ctx.drawImage(...)That is what actually renders the tile to the canvas I have previously created. My questions are:How can PIXI.js be used on my engine in order to improve the way things are rendered – think about how Phaser uses it internally?How can I make that simple drawImage example using PIXI.js and a canvas? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.