Mobile game production workflow using Html5 and visual studio

Posted by Mihalis Bagos on Game Development See other posts from Game Development or by Mihalis Bagos
Published on 2012-07-05T18:56:32Z Indexed on 2012/07/05 21:25 UTC
Read the original article Hit count: 378

Filed under:
|
|

I want to know of any framework, that lets you build/test applications inside Visual Studio using Html5/JS. We need to be able to have an emulator (like the one on android sdk) for as many devices as possible, and we need to be able to run the application with as few steps as possible (using the "RUN" command in visual studio is no1 choice).

Also, this extends to build and deployment to app stores. Is there a way to circumvent the cloud services and build locally?

I am at a loss of the plethora of tools and technologies available for game design using Html5. However, I really don't like the way implementations try to get you to rely on their cloud services, so services like appmobi are at the bottom of the favored list.

© Game Development or respective owner

Related posts about html5

Related posts about tools