forked from arpruss/pywiiuse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
26 lines (14 loc) · 744 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PyWiiuse
========
This project is a Python wrapper for the Wiiuse Wii remote library. This has been updated to keep up with the semi-official port at https://github.com/rpavlik/wiiuse and http://www.vrac.iastate.edu/vancegroup/docs/wiiuse/
It uses ctypes, so it should work with the official CPython or PyPy.
On Windows, drop libwiiuse.dll into the wiiuse directory. A 64-bit build is in the releases here: https://github.com/arpruss/wiiuse
Change log
----------
2012-07-01 : Updated to work with semi-official port wiiuse v0.13 (Thanks Juan Alvarez!)
2010-10-22 : pywiiuse for wiiuse v0.12
Contributers
------------
* Tim Swast <purplemonkeyking (at) gmail (dot) com>
* Juan Alvarez
* Gary Bishop <[email protected]> (Original author)