HTML 5 Games, Tooling & 3D

image1471-523x194.png

 

Game Developing is an interesting subject for all kind of software developer. But as a web developer without any Flash-skills there aren’t that much starting points. With HTML5 and the combination between Javascript, CSS3 and fast browsers there are the first “robust” HTML5 games.

HTML5 games? Is this real?

Neowin created a “Top 10” list of HTML5 games. We should take a deeper look on the first place because the developers let us take a few behind the scenes. CutTheRope.ie – developed by Microsoft for promoting there IE/HTML/Web platforms. The game works also on iPads or in a Chrome Browser. I found many information’s on the “behind the scenes” page. At last I’m not able to work with the Debugger and the Dev tools of IEs but according to video it seems to be a big help for the developer Zwinkerndes Smiley

 

Also in the Neowin list is Angry Birds which is doubtless the best known game on the list but I didn’t found any important developing subjects. Just this Post where it is mentioned that the Web Audio API is going to be used now (pushed by Google Zwinkerndes Smiley)

Also a quite ambitioned project is Command & Conquer as an HTML5 Browser game. Nice future: the Source is on GitHub. The game isn’t that matured compared to CutTheRope put it is more extensive and I’m sure there isn’t a huge team of developers like on Microsoft.

 

“Tooling”

Bret Victor a Developer from France gives thoughts to “IDE for WebGames” and presented them on a conference. He created a kind of interactive editor to bring Mario into the web – unfortunately I wasn’t able to found out what exactly he used but the short video is very impressing:

 

3D before WEbGL

Even if the browser creators agree about HTML5 and Javascript are the future of web developing they do not agree in the field of 3D.

Google (for example) pushes WebGL and brought Quake into the web. I was able to play Quake 2 for a short time on my browser (until it crashed Zwinkerndes Smiley). Google Maps only ported some parts of WebGL to improve the sight. Microsoft on the other side sees WebGL as a Security problem.

In which direction the whole thing will go and if there will be a DirectWeb someday is not sure at the moment.

If you are interested in WebGL anyway you should take a deeper view on three.js.

three

 

Hints?

If you are hiding some other interesting details from the game developing and graphic world via web – leave a comment!

If you enjoyed this post, please consider leaving a comment or subscribing to the RSS feed to have future articles delivered to your feed reader.

About the author

Written by Code Inside Team

Learn more about our team.

Comment on this post

Recent Posts

  • Json-Online-Tools: Viewer & Json2Csharp generator

      Wherever APIs are mentioned the JSON format I not far away. Since I’m using two tools regularly I would like to introduce you to them. JSON Viewer If you only see the JSON-Text you are usually not able to see the structure. With the help of JSON Viewer you can have an easy overview: ...

  • Windows Phone SDK & „System“-Icons

      Although the Metro Design focuses a lot on Typography Icons are still quite important. If you install Windows Phone SDK you will receive 36 Icons. You can find them here: C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Icons Unfortunately many Icons you might know from the common applications are not integrated. Pedro Lamas extracted 99 additional Icons ...

  • image1830-570x194.png
    How can I figure out if my ADFS 2.0 works?

      I was working with ADFS 2.0 (“Active Directory Federation Services”) for a while when this simple question crossed my mind: How can I figure out if the connection between ADFS and AD “works”? Here is a simple test… What is ADFS? If you need some “position of trusts” beneath the AD-boarders you choose an ...

  • Subdomain vs. Subdirectory

      Better blog.mydomain.com or mydomain.com/blog? Good question! If got asked this question again via Twitter on the weekend so therefore I decide to share my experiences:   Choose a subdomain, if…. - You plan to offer “different services” which are “logical separated” on one domain - You are able to influence the subdomains without much ...

  • image1792-450x194.png
    Guide to Claim-Based Identity with the Access Control Service

    Microsoft published a free PDF about Claim-based Identity, Access Control Service and how to connect it to the remaining Microsoft world (Sharepoint, ADFS, Azure): Download-Link or MSDN Link I found the announcement today on the blog of Vittorio Bertocci. More information’s? If you want to get deeper into the subject you should risk a look ...

Support us