Skip to content

sojs/Sketchy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sketchy

Yan Cui theburningmonk@gmail.com

2011-03-01

INTRO:

This is a web app based on HTML5's canvas element that lets you draw on a canvas area with a number of different tools.

LIVE DEMO:

You can try the live demo at http://sketchy.theburningmonk.com or http://bit.ly/Y5IpST.

THIRD-PARTY LIBRARIES:

  • jQuery (in js/jquery)
  • Modernizr (in js/modernizr)
  • MooTools (in js/mootools)
  • ColorPicker (in js/colorpicker)

JAVASCRIPTS:

  • js/brushes.js: Defines all the brushes you can use in the app, including pencil, paint brush, etc.

  • js/canvas.js: Defines all the interations with the canvas, e.g. changing the current brush, or colour

  • js/layout.js: Sets up the accordion and the event handler for the buttons, etc.

CSS:

  • main.css: This file contains all the CSS settings for the game

HTML:

  • sketchy.html: This file contains all the HTML markup for the application

About

A simple drawing app built on HTML5 canvas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.7%
  • HTML 12.7%
  • CSS 5.6%