https://github.com/bakercp/libdpen
A library for reading .ELI, .WPI and other files generated by digital pens such as Wacom's Inkling, IntelliPens, and others.
https://github.com/bakercp/libdpen
Last synced: about 1 year ago
JSON representation
A library for reading .ELI, .WPI and other files generated by digital pens such as Wacom's Inkling, IntelliPens, and others.
- Host: GitHub
- URL: https://github.com/bakercp/libdpen
- Owner: bakercp
- License: mit
- Created: 2012-07-11T03:36:37.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2019-08-26T22:40:05.000Z (almost 7 years ago)
- Last Synced: 2025-02-28T11:38:13.741Z (over 1 year ago)
- Language: C++
- Size: 69.3 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
libdpen
=======
A library for reading .ELI, .WPI and other files generated by digital pens such as Wacom's Inkling, IntelliPens, and others.
This spec was reverse-engineered from the WPI files made by my Inkling device.
My understanding of the spec is here:
https://github.com/bakercp/libdpen/blob/master/docs/ELI_FileSpec.md
This library allows an alternative to commercial readers such as Wacom's Sketch Manager http://www.wacom.com/en/Products/Inkling/Sketch-Manager.aspx and , Intellipen's Pen & Ink Editor http://www.intellipens.com/?CategoryID=160, etc.
Also, this is related:
http://www.useful-tools.de/EN-WPI-Format-Downloads.html
## Alternatives
If you are interested in an open source alternative to the Wacom Sketch Manager, please try out https://github.com/roelj/inklingreader.