up vote 2 down vote favorite
1
share [g+] share [fb]

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?

link|improve this question

feedback

6 Answers

up vote 6 down vote accepted

The specification defines the API and behaviour.

This tutorial should help you get started.

link|improve this answer
feedback

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

link|improve this answer
feedback

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

link|improve this answer
feedback

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

link|improve this answer
feedback

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

link|improve this answer
feedback

This isn't super deep, but it is easy to read and gives great examples:

https://developer.mozilla.org/en/canvas_tutorial

It is where I got my start (I now have a couple iOS apps out there using js + canvas)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.