An HTML5 Canvas Heatmap Library. I was talking about heatmaps with a project student and had the idea that a canvas based heatmap would be a great tool. As with anything on the web these days, someone’s created a pretty cool implementation already.
Nice tutorial to et started wiring games in H5. No doubt useful for one or two project students!
This is kinda cute. Reminds me of the short programs that used to be in BBC Acorn User magazine every month. JS + Canvas makes it possible to experiment visually so it’s a brilliant for learning to program.
YUIs latest chart API
LearningWebGL.com have a metric bunch of tutorials covering basic WebGL
The canvas API in one handy page.
Neato… the ability to get the contents of a canvas as a file, and send it to a server (or store it locally). var x = canvas.mozGetAsFile(“mypic.png”); xhr.send(x);
Remy Sharp’s HTML5 demos. These are useful demonstrations of functions rather than wizzy canvas candy.
An Audio Data API for Firefox perhaps one day for all browsers.
Some very pretty HTML5 & Canvas experiments.
An HTML5 cheatsheet covering: doctype, rounded corners, box and text shadows, border images, columns, svg, canvas & text rotation.
Some good examples of HTML5 canvas and javascript.