Cedric Posted February 6, 2015 Share Posted February 6, 2015 Dear reader, Is it possible to use phaser features in pure html5?For example: I have a little game with a standard gameloop(setInterval or requestAnimationframe) and I'm to lazy to program my particles the hard way.Will I be able to use particle emitters of phaser? without the basic structure: var = state{ preload: ... create: .... update:....}; Thanks a lot in advance, Best Regard from belgium Cedric Van Roeyen Link to comment Share on other sites More sharing options...
Daniel Belohlavek Posted February 6, 2015 Share Posted February 6, 2015 I'm not sure (and don't think so). Here's Proton a nice Particle Engine: http://a-jie.github.io/Proton/ Link to comment Share on other sites More sharing options...
Cedric Posted February 8, 2015 Author Share Posted February 8, 2015 First of all ,thank you for your reply, I do ,however, prefer phaser because it's easy and powerfull for more then just particles, I would love to use it to load assets, make animations and physics. But still using regular javascript as in the tutorials of Max Whilborg. Best Regards, Cedric Van Roeyen Link to comment Share on other sites More sharing options...
Daniel Belohlavek Posted February 8, 2015 Share Posted February 8, 2015 Please check Phaser's source code and see if you can take bits of the code for yourself. I'd just go ahead and port my game to Phaser. Link to comment Share on other sites More sharing options...
Recommended Posts