> For the complete documentation index, see [llms.txt](https://docs.sevenpens.com/devnotes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sevenpens.com/devnotes/misc/wintab-resouces.md).

# WinTab resouces

## **Python**

* [**cgikit.wintab**](https://cgkit.sourceforge.net/doc2/wintab.html) - As part of the Python Computer Graphics Kit, the `wintab` module lets you use Python to get pen data through the WinTab interface.
* <https://github.com/Dirskin/WintabW>

## **.NET**

* [WinTabControl](https://github.com/DennisWacom/WintabControl/) - A demo app that uses the WinTabDN NuGet package in a Windows application to show current position, pressure, tilt, and more. Uses .NET Framework 4.7.2.
* <https://github.com/Apostolique/Apos.WintabDN> - Uses .NET Standard 2.0

## **Windows**

* <https://github.com/perlfu/WintabEmulator> - Drop-in replacement for `WINTAB.DLL` that emulates the WinTab API but uses Windows Ink under the covers.

## **Rust**

* <https://github.com/thehappycheese/wintab_lite> - Use the WinTab API from Rust.

## **Utilities**

* <https://github.com/jchv/wintab-interposer> - Logs all WinTab API calls.
* <https://github.com/shuhari/WintabEye>

## **Sandbox apps**

* <https://github.com/TheSevenPens/WinTabPainter> - A primitive paint app for prototyping and exploring drawing tablet ideas.

## **Misc**

* **LCS/Telegraphics WinTab Dev Info** ([archive](https://web.archive.org/web/20050305120615/http://www.pointing.com:80/FTP.HTM))
