prashid Posted August 30, 2015 Share Posted August 30, 2015 Hi, I am new and starting to play with pixi. One confusion though. I see use of game engines like phaser with pixi to make HTML 5 games. Why? What we can not do with pixi? Thanks Quote Link to comment Share on other sites More sharing options...
xerver Posted August 30, 2015 Share Posted August 30, 2015 There are a lot of game-related features that pixi doesn't provide. For example: physics, state management, tweening, camera management, entity management, etc. You can make a game with just pixi.js, but those frameworks exist because pixi is just a rendering engine. There is no "Tilemap" feature in pixi, but there is in Phaser. Hope that makes sense. Many of those engines are built using pixi objects, they just add more stuff to it and around it, specifically for building games. Quote Link to comment Share on other sites More sharing options...
end3r Posted August 31, 2015 Share Posted August 31, 2015 Pixi is a renderer, and Phaser is a framework/engine. You can use Pixi alone, but you can also benefit from extra functions and features of Phaser. You could even drop Pixi and write everything in pure JavaScript - it's all about using tools that help you build games quickly and effectively. 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.