mtermoul Posted November 26, 2014 Share Posted November 26, 2014 I am new to Phaser and the whole javascript games, and I am trying to add Spine animation to Phaser. Is there a way to do that? I also tried to play my animation using Pixi.js and it worked. Also I know that Phaser is built on top of Pixi, can access Pixi directly from Phaser or I have to add both libraries into my project and use Pixi for Spine animation and use Phaser for other tasks? Any code samples would be very helpful. Link to comment Share on other sites More sharing options...
valueerror Posted November 26, 2014 Share Posted November 26, 2014 afaik you can acces pixi directly and use phaser and pixi methods in parallel... at least i did this here http://test.xapient.net/phaser/texturebug/ Link to comment Share on other sites More sharing options...
norcrel Posted December 17, 2014 Share Posted December 17, 2014 I have the same question, it seems like I can't find the Spine functions in the distribution of Phaser that I have... Link to comment Share on other sites More sharing options...
bali33 Posted April 13, 2015 Share Posted April 13, 2015 Hi, I'm looking for a solution to integrate Spine animation in my game - I know that PIXI used to manage that but I don't find any reference to Spine in Phaser source code. Is is possible ? Link to comment Share on other sites More sharing options...
Recommended Posts