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.
A wacomwebplugin
PKGBUILD for ArchLinux has been put up on the AUR.
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:
firefox-dev
package (sudo apt-get install firefox-dev
).npapi-sdk
package (sudo pacman -Sy npapi-sdk
).You will also need X11 and XInput headers:
libx11
and xorg-xinput
.make
from the root.ln -s /path/to/WacomWebPlugin/npWacomWebPlugin.so ~/.mozilla/plugins/