Basically I'm currently using the wiiuse library to get the wiimote working on linux. I want to now be able to control the mouse through the IR readings.
Can somebody point me in the right direction as to how to approach this? I know of uinput but there doesn't seem to be a lot of tutorials/guides on the web.
I'm working with c/c++ so ...
Hello,
i just teste WiiuseJ library which is a binding for Wiiuse lib and i've noticed some strange thing with the orientation values.
If you hold the wiimote straight the angles are 0, 0, 0 (ignore yaw, i don't use sensor bar)
The thing is when i rotate the wiimote around the Z axis (roll) it goes to 90 degrees, that is correct, but ...
hello,
I am developing a PC application that interacts with the Wii Remote. So far I have been using the wiiuse library, which has worked great.
However wiiuse does not support the MotionPlus extension.
I have heard of extensions to implement this by Dolphin and libogc but have not managed to locate this code.
Do you know of code that...