Antonoff Posted October 24, 2013 Share Posted October 24, 2013 Hello guysI'm quite new to html5 game dev and I have build by my own anything but went thought couple of tutorials and order couple of books to learn about it.The question am I able to make with html5/js and to start selling in in google play or apple store? Do i need to use any tools for that? Quote Link to comment Share on other sites More sharing options...
benny! Posted October 24, 2013 Share Posted October 24, 2013 So, since this is a game dev forum I assume that you want to create games. For games, I can recommend CocoonJS to create native apps with html5/js. Quote Link to comment Share on other sites More sharing options...
shmikucis Posted October 25, 2013 Share Posted October 25, 2013 There are several options:Phonegap - basically wraps your game in default browser web-view. Bad performance, slow response time. Maybe good option for webpage like apps but not games.CocoonJS - "compiles" your JavaScript to native like application with close to native performance. I don't suggest to use their web-view. You should draw everything (even UI) on Canvas or WebGL.Chromeview - interesting project which I'm testing lately. Instead of default browser you can use much faster Chrome web-view. On negative side it ads 40MB to your app.Titanium - looks like similar to CocoonJS, but haven't tested it yet.At the moment I would pick CocoonJS. Quote Link to comment Share on other sites More sharing options...
DELETE THIS ACC PLS Posted October 25, 2013 Share Posted October 25, 2013 I'd choose CocoonJs, too. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.