This presentation is an HTML5 website
Press → key to advance.
The canvas element is a bitmap drawing API, and once you’ve committed to a set of pixels, you’re stuck with them.
The canvas element is good for pixel manipulation and highly active animations.
Very cool but hard to program. Fun demos below:
It’s possible to use all 3 drawing styles on a single web page.
Is it possible to draw a 3D canvas onto a 2D canvas or vice versa?