gharishkumar / scribble-scr

Sketchpad app using html5 canvas to draw using touch or mouse, works on iOS, Android, Window Phone and browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

html5-canvas-drawing-app

Sketchpad app using html5 canvas to draw using touch or mouse, works on iOS, Android, Window Phone and browser. App uses touch events, MSPointer events and mouse events to support iOS, Android, Window Phone and desktop browser.

Canvas drawing app implemented in javascript only - [Demo] (http://htmlpreview.github.io/?https://raw2.github.com/krisrak/html5-canvas-drawing-app/master/index_javascript.html)

Canvas drawing app implemented with jQuery, notice that the touch and MSPointer events use event.originalEvent

Canvas drawing app implemented with jQuery Mobile for UI elements, other code same as index_jQuery.html

Canvas drawing app with an additional feature to use device's accelerometer to draw by tilting the device in different direction, code same as index_jQueryMobile.html + Cordova's accelerometer implementation.

alt tag

About

Sketchpad app using html5 canvas to draw using touch or mouse, works on iOS, Android, Window Phone and browser

License:MIT License


Languages

Language:HTML 100.0%