views:

428

answers:

5

I keep reading about how great this new Canvas element for HTML5 is and I see amazing demos done with just javascript and no flash. Where can I find some good information on how to some of these things myself?

+5  A: 

The specification defines the API and behaviour.

This tutorial should help you get started.

insin
+1  A: 

There's the original Apple tutorial

Also the draft html5 spec

And of course you can (as people have) ask questions about specific features, etc on SO :D

olliej
A: 

This page is a 14 part series that shows you how to create a simple platform game using the canvas element.

Phyxx
A: 

Ajaxian has a great collection of articles / posts regarding new Canvas innovations and developments. This can show you what others are already doing.

David Robbins
A: 

I've been using this HTML5 Canvas Cheat Sheet, it is thorough and easy to read.

http://blog.nihilogic.dk/2009/02/html5-canvas-cheat-sheet.html

Daniel X Moore