Fret Posted August 23, 2014 Share Posted August 23, 2014 I would like to implement Spine animations (instead of sprites) in game made with Phaser. I know in Pixi.js there is such a possibility, but don't know about Phaser. Link to comment Share on other sites More sharing options...
lewster32 Posted August 23, 2014 Share Posted August 23, 2014 Anything you can do in pixi you can technically do in Phaser - Phaser is just built on top of pixi. Link to comment Share on other sites More sharing options...
mtermoul Posted November 26, 2014 Share Posted November 26, 2014 I am new to both Phaser and Pixi, I know how to do Spine animation using plain Pixi, however I am not sure how to add a Spine animation to Phaser game. Can you please post a code sample on how to do that? or even how to access Pixi library within Phaser without having to add it separately? Thanks. Link to comment Share on other sites More sharing options...
norcrel Posted December 18, 2014 Share Posted December 18, 2014 Anything you can do in pixi you can technically do in Phaser - Phaser is just built on top of pixi. http://www.html5gamedevs.com/topic/10706-add-pixi-spriteobject-to-phaser/?p=62707 They do, yes. There isn't any feature of Pixi we don't support except Spine. Of course we don't use their loader or input handling because we do it ourselves, but everything else is in there. I also noticed Spine was missing, even thought it was in the documentation Link to comment Share on other sites More sharing options...
Recommended Posts