You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
3 years ago | |
---|---|---|
common/include | 13 years ago | |
libcwiid | 5 years ago | |
python | 3 years ago | |
.gitignore | 5 years ago | |
.travis.yml | 5 years ago | |
AUTHORS | 13 years ago | |
COPYING | 16 years ago | |
ChangeLog | 13 years ago | |
Makefile.in | 5 years ago | |
NEWS | 15 years ago | |
README.md | 5 years ago | |
configure.ac | 5 years ago | |
defs.mak.in | 5 years ago |
README.md
CWiid Wiimote Interface
DESCRIPTION
The CWiid package contains the following parts:
- libcwiid - wiimote API
- cwiid module - python interface to libcwiid
REQUIREMENTS
awk, bison, flex, bluez-libs, python 3.5 or greater, python dev for python module, kernel sources
INSTALLATION
First of all, you need to prepare the environment:
aclocal
autoconf
./configure
make
Only extension
Install the library with package manger & the extension from the sources
apt-get install libcwiid1
cd python
sudo make install
Library & extension
Use extension & library from sources
sudo make install
Credits
Original libcwiid & Python module author: L. Donnie Smith donnie.smith@gatech.edu. You can fin the original source here: https://github.com/abstrakraft/cwiid
I just made the Python extension working for Python 3.