Pywiiuse
In the last 7 days I was busy creating a Python 3.3 wrapper for the wiiuse library.
You can now use wiimotes in Blender 2.6! :D
Check out it’s Github repository here: https://github.com/Squareys/pywiiuse
This …
“pywiiuse”, a Python 3.3 wrapper for the “inofficial fork” of the wiiuse library by means of a C extension to python. The goal was to make a Wii game in blender (without a Wii, but a controller, obviously). It actually worked, but I never made a game with it.
Originally the code was open source, but I am reluctant to keep projects around that I would not want to maintain properly and since nobody found it by accident I simply removed it. (A link to the code may be posted here in the future. I you really want it, drop me an email or DM me somewhere).
In the last 7 days I was busy creating a Python 3.3 wrapper for the wiiuse library.
You can now use wiimotes in Blender 2.6! :D
Check out it’s Github repository here: https://github.com/Squareys/pywiiuse
This …
Spend hours and hours and more hours trying to connect a Wiimote to Blender via Python. I read somewhere Python supports Bluetooth in version 3.3, but not for me.
PyBluez is also not compatible with Python 3 …