There are many issues with draw so I have started working on a new project called first-draft that is a replacement to draw. It is in its early development stages so far, but it is mostly feature-equal with draw.
I will not be doing any more development on draw.
An intuitive collaborative drawing web based tool. Collaborative real-time drawing, sketching & painting
Fast, light weight, easy to maintain.
- 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
- Install Requirements.
sudo apt-get update && sudo apt-get install libcairo2-dev libjpeg62-turbo-dev libpango1.0-dev libgif-dev build-essential g++
- Install EtherDraw
git clone git://github.com/JohnMcLear/draw.git
- Enter the EtherDraw folder
cd draw
- Run EtherDraw
bin/run.sh
- Make a drawing! Open your browser and visit
http://127.0.0.1:9002
- [NodeJS] (http://nodejs.org/)
- Lib Cairo
- Lib Jpeg
- Lib Gif
Apache 2 License