This page is Almost Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

Canvas Tutorials

Summary

Index of tutorials related to canvas.

<canvas> is an HTML element which can be used to draw graphics using scripting (usually JavaScript). It can, for instance, be used to draw graphs, make photo compositions or do simple (and not so simple) animations.

Introduction to Canvas

No tears guide to HTML5 game development (using canvas)

Canvas Text Effects