Skip to content

A drawing and animation tool that let's you draw on a screen and play back your mouse tracks.

Notifications You must be signed in to change notification settings

mirkoklukas/drawing-and-animation-tool-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A drawing & animation tool

A drawing and animation tool that let's you draw on a screen and play back your mouse tracks.

Non-Static. The non-static version (i.e. not the demo) allows multiple users to remotely draw on the same canvas. This is accomplished by:

  • emitting mouse events over a socket connection,
  • feeding them into an eventsource, and
  • have "drawing layers" listen and react to that source.

Static. Try it out yourself (static Version): Flat Circle.

Note that the demo has not been cross browser tested - it's a sketch! Works fine in Chrome (v34.0), Firefox (v28.0), and Safari (v6.0).

The tool has been inspired by Andreas Gysin's Chronodraw.

Implementation

...

About

A drawing and animation tool that let's you draw on a screen and play back your mouse tracks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published