Showcases

TwitterFacebook
Get flash to fully experience Pearltrees
HTML5 EXAMPLES

Showcase of Games Developed Using HTML5 Canvas 

http://blog.insicdesigns.com/2010/09/showcase-of-games-developed-using-html5-canvas/ The canvas element is part of HTML5 and allows for dynamic, scriptable rendering of 2D shapes and bitmap images. It is a low level, procedural model that updates a bit map and does not have a built in scene graph. Canvas consists of a drawable region defined in HTML code with height and width attributes. JavaScript code may access the area through a full set of drawing functions similar to other common 2D APIs, thus allowing for dynamically generated graphics.