Skip to content
/ udraw Public
forked from Grumbel/udraw

Linux driver for the uDraw graphic tablet

License

Notifications You must be signed in to change notification settings

ahresse/udraw

 
 

Repository files navigation

Build Status

uDraw PS3 Linux Driver

Quick&dirty driver for the PS3 uDraw graphics tablet. If customization is needed, hack the source.

For a Windows driver, see: http://brandonw.net/udraw/

Requirements:

  • cmake
  • git
  • libusb
  • boost
  • g++

Compilation:

mkdir build
cd build
cmake ..
make

Running:

Plug in the USB dongle for the graphics tablet, switch on the graphics tablet and sync up as usual, then run one of the following commands depending on your needs:

udraw-driver --touchpad

udraw-driver --tablet

udraw-driver --gamepad

udraw-driver --keyboard

udraw-driver --accelerometer

About

Linux driver for the uDraw graphic tablet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.7%
  • CMake 6.3%