views:

146

answers:

1

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 implements support for MotionPlus with wiiuse, or another C based libary?

+1  A: 

found that fWIIne has a modded version with MotionPlus support, though only in the release zip file and not the repository.

Plumo