jdnichollsc Posted August 12, 2015 Share Posted August 12, 2015 Hi guys, Exist any template to use Phaser with Ionic Framework? PD: I would like to compile with WebView+ of CocoonJS to test the performance Thanks in advance, Nicholls Link to comment Share on other sites More sharing options...
madmarcel Posted August 13, 2015 Share Posted August 13, 2015 On my list of things to try, will let you know if I get something working. Here's somethinghttps://stackoverflow.com/questions/25701356/developing-game-app-using-phaser-js-and-ionic-slow-shaky-rendering I suggest using CrossWalk instead of Ionic. I've built some test apps with that and performance was ok. Downside is the app size goes from 2-3Mb to 50Mb jdnichollsc 1 Link to comment Share on other sites More sharing options...
Tuan Posted August 13, 2015 Share Posted August 13, 2015 On my list of things to try, will let you know if I get something working. Here's somethinghttps://stackoverflow.com/questions/25701356/developing-game-app-using-phaser-js-and-ionic-slow-shaky-rendering I suggest using CrossWalk instead of Ionic. I've built some test apps with that and performance was ok. Downside is the app size goes from 2-3Mb to 50Mb OMG! From 3MB to 50MB??? Give up. Link to comment Share on other sites More sharing options...
fariazz Posted August 14, 2015 Share Posted August 14, 2015 Crosswalk adds around 20 mb actually (still heavy! but not 50) jdnichollsc 1 Link to comment Share on other sites More sharing options...
benlooi Posted March 24, 2016 Share Posted March 24, 2016 You can do : ionic start myGameApp blank to get a blank Ionic template. Simply link your Phaser.js and your game.js with <script> to the index html, and create a div in the <ion-content></content> to run your game. Will try to put up a git this week. Link to comment Share on other sites More sharing options...
bruno_ Posted March 24, 2016 Share Posted March 24, 2016 Crosswalk has big advantages in Phaser Games for Android. The FPS and the html/javascript/css compatibility are both much higher. The space it adds is a good price to pay. Link to comment Share on other sites More sharing options...
jdnichollsc Posted May 24, 2016 Author Share Posted May 24, 2016 Hi guys, See my directive to integrate Phaser & Ionic of the best way! https://market.ionic.io/plugins/ionphaser Regards, Nicholls Link to comment Share on other sites More sharing options...
Recommended Posts