Libp5glove: Difference between revisions

From www.evillabs.net
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 3: Line 3:
Project to make a user-land Linux/MacOS/Windows driver library for the
Project to make a user-land Linux/MacOS/Windows driver library for the
USB based Essential Reality P5 Glove.
USB based Essential Reality P5 Glove.
The Yahoo group 'p5glove' appears to use this software.


I haven't maintained it for a long while, but I'm willing to
I haven't maintained it for a long while, but I'm willing to
accept patches!
accept patches!


It's in GIT, at http://github.com/ezrec/libp5glove
It's available via GitHub at http://github.com/ezrec/libp5glove
 
This library provides a driver for the Essential Reality P5 Data Glove, a USB device that reports five finger positions and eight X/Y/Z Infrared (IR) locations. The library functions as a polling system, and the repository includes a demo (p5dump.c) that demonstrates simple usage of the library. There is a kernel patch included to deal with an issue where some 2.4.x kernels' hid.o module will "consume" the P5 HID endpoint, a problem also experienced with Watcom tablets​2.
 
It's important to note that the repository is under the LGPL-2.1 license​8.


Send email to '''jason dot mcmullan at gmail dot com''' if you want write access.
Send email to '''jason dot mcmullan at gmail dot com''' if you want write access.

Latest revision as of 13:35, 15 May 2023

P5 Glove Project

Project to make a user-land Linux/MacOS/Windows driver library for the USB based Essential Reality P5 Glove.

I haven't maintained it for a long while, but I'm willing to accept patches!

It's available via GitHub at http://github.com/ezrec/libp5glove

This library provides a driver for the Essential Reality P5 Data Glove, a USB device that reports five finger positions and eight X/Y/Z Infrared (IR) locations. The library functions as a polling system, and the repository includes a demo (p5dump.c) that demonstrates simple usage of the library. There is a kernel patch included to deal with an issue where some 2.4.x kernels' hid.o module will "consume" the P5 HID endpoint, a problem also experienced with Watcom tablets​2.

It's important to note that the repository is under the LGPL-2.1 license​8.

Send email to jason dot mcmullan at gmail dot com if you want write access.