dog42 / draw

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

draw

An intuitive collaborative drawing web based tool. Collaborative real-time drawing, sketching & painting

Fast, light weight, easy to maintain.

Demo GIF

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

Demo

draw demo site

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

License:Apache License 2.0


Languages

Language:JavaScript 95.0%Language:CSS 2.2%Language:HTML 2.1%Language:Shell 0.7%Language:Batchfile 0.0%