Skip to content
spoike edited this page Sep 12, 2010 · 6 revisions

Welcome to the doodle wiki!

Doodle is an open-source multi-user whiteboard application built on Java 6. It has support for tablet pressure and uses the jPen library to poll tablet information.

Features

  • Multi-user whiteboard
  • Support for wacom tablet (pressure sensitivity)
  • Only black color is available at the moment

How to download and compile

  1. Clone the repository with
    git clone git://github.com/spoike/doodle.git
  2. Add the newly created directory as an Eclipse project.
  3. Compile and run as Java application. The user interface is rather straightforward in the current revision of doodle.

License

Open-source license is to be determined at a later date. By default the doodle project is copyrighted, with exception to jPen (GNU LGPL).

Clone this wiki locally