-
Notifications
You must be signed in to change notification settings - Fork 1
Home
spoike edited this page Sep 12, 2010
·
6 revisions
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.
- Multi-user whiteboard
- Support for wacom tablet (pressure sensitivity)
- Only black color is available at the moment
- Clone the repository with
git clone git://github.com/spoike/doodle.git
- Add the newly created directory as an Eclipse project.
- Compile and run as Java application. The user interface is rather straightforward in the current revision of doodle.
Open-source license is to be determined at a later date. By default the doodle project is copyrighted, with exception to jPen (GNU LGPL).