davidthaler / canvas

A series of short projects I did to learn how to use HTML canvas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Canvas Projects

This repository holds a series of short projects that I did to get familiar with the HTML5 Canvas. So far, these are:

  • Clock - An old-fashioned clock with hands
  • Canvas - A simple sketching program. It includes color and line width selection, allows loading of a background image and has basic undo functionality.
  • Mobile Canvas - a version of canvas for mobile that uses touchstart/touchmove events instead of mouse events.

This content is served from here on Github Pages.

About

A series of short projects I did to learn how to use HTML canvas


Languages

Language:JavaScript 73.9%Language:HTML 26.1%