HTML5 Shelf
Why scour the web for the latest and cool information on HTML5 and related technologies? Let HTML5 Shelf curate the good stuff for you.
Tweet
You can scroll the shelf using left and right keys
You can scroll the shelf using left and right keys
“Paper.js is an open source vector graphics scripting framework that runs on top of the HTML5 Canvas. It offers a clean Scene Graph / Document Object Model and a lot of powerful functionality to create and work with vector graphics and bezier curves, all neatly wrapped up in a well designed, consistent and clean programming interface.”
Relax and unwind with 1899 Steam & Spirit with all of its 8-bit HTML goodness.
Heatmap.js is a JavaScript library that can be used to generate web heatmaps with the html5canvas element based on your data.
Endless Mural is a generative art making tool that uses HTML5’s <canvas> along with the okapijs library that allows you to create digital generative art and share it with friends.
You can create your own RPG game using HTML5 and the RPG JavaScript framework. Built on the excellent easel.js library, it allows you to create actions, interaction events, autotiles, import RMXP and more.
Canvas Rider is a JavaScript and HTML5-based game that uses the <canvas> element. Choose from a variety of drawn tracks while pedaling your way through dinosaurs and city tops.
Popcorn.js is an HTML5 Video Framework that takes advantage of the <video> tag to allow you to easily interact with the HTML5VideoElement properties, events and methods.

What is interesting is that they have also released Butter 0.1, an authoring tool for Popcorn.

(Source: weblog.bocoup.com)
Z-Type is a Chrome Experiment created by Dominic Szablewski. It is an HTML5 game that uses canvas, audio and JavaScript. The concept of the game is that as you are being attacked, you type the words associated with the attacker to destroy it. If only typing was taught this way in primary school!
The-M-Project is an HTML5 JavaScript framework for writing cross-platform mobile apps. Currently in alpha, The-M-Project contains user interface and core files, a build tool called Espresso and a set of sample apps. It includes documentation and is hosted in a Git repository.
EaselJS is described as: “The new Canvas element in HTML5 is powerful, but it can be difficult to work with. It has no internal concept of discrete display elements, so you are required to manage updates manually. The Easel Javascript library provides a full, hierarchical display list, a core interaction model, and helper classes to make working with Canvas much easier.”