HTML5 Game Development - Part 38 (original) (raw)

The Edge of HTML5 and What's new in HTML5 Media

Two very interesting web-presentations (Edge of HTML5, What’s new in HTML5 Media) by Eric Bidelman of Google on the current bleeding edge of HTML5 as of Jan 2012, touching on …Read more

BrassMonkey Launches HTML5 SDK

BrassMonkey, a company aiming to turn any browser into a game console and your phone into the controller, has launched their HTML5 SDK.

WebGL from Scratch tutorial

By way of HTML5GameDevs, nice tutorial on coding WebGL from the ground up written in annotated-source-code style. Check out the live demo. Share List

WebSonic – WebGL Sonic the Hedgehog

A playable demo of a Sonic 3D tech demo in 3D using WebGL. There’s a french blog post on it and the source code is up on GitHub. Share List

Internet Explorer 10 Guide for Developers

The Windows Internet Explorer 10 Guide for Developers provides an early look at the developer features coming to the next version of Windows Internet Explorer, as well as the latest …Read more

WebGL-meincraft

A Minecraft like clone called WebGL-meincraft use WASD to fly around and the arrow keys to change direction. Source code is up on GitHub. Share List

Random Notes on WebGL

Armin Ronacher has written an excellent tips article on WebGl that includes valuable information on resource management, shader preprocessing and the limitations that WebGL presents. These are all based on …Read more

Webcam access in Opera Labs

The Opera Browser desktop team has written a blog post on how access to the WebCam is available in Opera Labs and is up to date with the getusermedia specification. …Read more

Procedural Textures in HTML5 Canvas

An excellent article by Kas Thomas on generating Procedural Textures in HTML5 Canvas using Perlin Noise. Some examples: (the code is embedded in the blog post and must be cut-n-pasted …Read more

Web Browser Grand Prix: Chrome 16, Firefox 9, And Mac OS X

This isn’t directly game related, but Tom’s hardware has an extremely in-depth Browser vs. Browser analysis. Pitting the latest versions of Chrome, Safari, Firebox, IE and Opera in a race …Read more

PXLoader – A JavaScript Preloader for HTML5 Apps

PixelLab has released a JavaScript library to simplify the download of images, sound files and other various assets for HTML5 games called PxLoader. Here’s a basic example from the site: …Read more

GLSL Sandbox

A online gallery created by Javi Fontan and Diego Goberna and the WebGL hero MrDoob showcasing various WebGL shaders with their code. Share List

WebGLGap: WebGL in PhoneGap

A Small research project released by Scirra (Makers of Construct 2 A visual HTML5 Game Development Tool) have released a plugin for PhoneGap called WebGLGap that exposes a subset of …Read more

Weinre: a mobile-friendly remote web inspector

One of the major pain points of doing mobile development has been debugging. With all the great tools available on desktop browsers to do everything from profiling to step debugging, …Read more

AT&T HTML5 Mobile App Store

The HTML5 Bandwagon got kicked into the next gear with the announcement at CES 2012 that AT&T is developing an HTML5 App store for devices on it’s mobile network for …Read more

Partnership with HTML5GameDevs.com

We’ve pleased to announce we’ve partnered up with http://www.html5gamedevs.com/ to exchange HTML5 Game Developer related news and information. Look for more news and info coming in from across the pond. …Read more

Moblyng, Mobile HTML5 Game Dev shuts down

GamaSutra is reporting that Mobylng, a HTML5 Game Developer focused on the mobile market has shuttered it’s doors. Moblyng had raised over $10 million in funding since opening in 2005. …Read more

WebGL 3D Maze Game based

A Cool WebGL based 3D maze based on the old-school Win95 screen saver has been posted on nyhacker.org. The spinning netscape navigator logo really bring it home! Share List