Create Your Own Canvas Paint App

  • Posted on March 25th, 2009

Mihai Sucan has created a helpful tutorial on how to create your very own simple HTML canvas paint application over on the Opera Developer Community.

Making a web application that allows users to draw on a canvas requires several important steps: setting up your HTML document with a canvas context (a canvas element with an id), setting up your script to target that canvas context and draw inside it and adding the required mouse event handlers for user interaction and associated logic. Once the event handlers are in place, it’s then fairly simple to add any desired functionality.

Your own paint app

Your own paint app

Check out the tutorial and make your own paint app!

Info

Type:
Demos
Tags:
Posted on:
March 25th, 2009
Posted by:
Andi Smith
Views:
393

Rating

3.67

Your Rating:
1 Star2 Stars3 Stars4 Stars5 Stars

Works on

BETA Please let us know if you find Create Your Own Canvas Paint App works in other browsers by leaving a comment below.

Add comment

(required)
(required)
(will not be published)
(required)