stvrbbns Posted April 7, 2016 Share Posted April 7, 2016 I have some moderately complex text-centric interface to build in addition to a rendered+physics portion. I need to use Phaser for the latter, but would like to use overlaid DOM elements for the former, especially since it sounds like updates from the reactive data sources would be easier. Am I risking not being able to build the app for mobile using CocoonJS if I use both Phaser and the DOM instead of rendering everything onto the canvas? Link to comment Share on other sites More sharing options...
VitaZheltyakov Posted April 7, 2016 Share Posted April 7, 2016 Use cordova+crosswalk Link to comment Share on other sites More sharing options...
bruno_ Posted April 7, 2016 Share Posted April 7, 2016 Cocoon is for HTML5 games, Phaser is just one more javascript library you add. I think you can do that with no problems. Link to comment Share on other sites More sharing options...
Recommended Posts