Skip to content

OpeningDesign/draw

 
 

Repository files navigation

Demo GIF

A web-based, 'really' real-time collaborative drawing tool.

sketch.openingdesign.com

Use

  • The canvas can be scaled using either the mouse wheel, or by a two-finger pinch gesture
  • The canvas can be panned by using either middle-click and drag (only on Chrome), CTRL + left-click and drag, or a two-finger drag
  • To create a named canvas goto /d/, eg http://0.0.0.0:9002/d/coolstuff

Installation

  1. Install Requirements. sudo apt-get update && sudo apt-get install libcairo2-dev libjpeg62-turbo-dev libpango1.0-dev libgif-dev build-essential g++
  2. Install EtherDraw git clone git://github.com/JohnMcLear/draw.git
  3. Enter the EtherDraw folder cd draw
  4. Run EtherDraw bin/run.sh
  5. Make a drawing! Open your browser and visit http://127.0.0.1:9002

Requirements

License

Apache 2 License

About

A real time collaborative drawing tool using nodejs, socket.io & paper.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.3%
  • CSS 2.2%
  • HTML 1.8%
  • Other 0.7%