ZaneA / WacomWebPlugin

An implementation of the Wacom Tablet Plugin API for NPAPI capable browsers on Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wacom Web Plugin for Linux

This project aims to build a functional plugin for modern browsers on Linux that follows Wacom's official web plugin implementation at http://www.wacomeng.com/web/WebPluginReleaseNotes.htm and allows websites such as DeviantART's Muro to gain access to tablet properties through a Javascript API (for now only the PenAPI is supported).

This project is in no way affiliated with Wacom. But until they provide an official plugin, this will have to do.

Getting Started

ArchLinux

A wacomwebplugin PKGBUILD for ArchLinux has been put up on the AUR.

Manually

The previous version of this plugin used FireBreath which made things fairly easy, but it is a bulky dependency for a plugin that only requires Linux support.

Therefore, getting started with this plugin should be a lot easier. First of all you will need to make sure that you have appropriate NPAPI headers:

  • On Ubuntu you can get these by installing the firefox-dev package (sudo apt-get install firefox-dev).
  • On ArchLinux you can get these by installing the npapi-sdk package (sudo pacman -Sy npapi-sdk).

You will also need X11 and XInput headers:

  • On ArchLinux you can get these by installing libx11 and xorg-xinput.
  1. Clone the repo and run make from the root.
  2. Link or copy the resulting plugin to your local plugins directory, i.e. ln -s /path/to/WacomWebPlugin/npWacomWebPlugin.so ~/.mozilla/plugins/
  3. Open your browser and navigate to deviantART's Muro to see the plugin in action!

Screenshot

Screenshot

About

An implementation of the Wacom Tablet Plugin API for NPAPI capable browsers on Linux.

License:GNU General Public License v3.0


Languages

Language:C 88.8%Language:C++ 8.2%Language:Shell 2.3%Language:Python 0.6%Language:Vim Script 0.1%