| View previous topic :: View next topic |
| Author |
Message |
ikona
Joined: 30 Dec 2006 Posts: 1
Digg It |
Posted: Sat Dec 30, 2006 9:15 pm Post subject: Wiimote in dot net |
|
|
I've written a little program in c# which provides basic implementation of wiimote functionality.
For now its really basic:
reads buttons
can set leds
rumble
reads motion
reads battery level
should work with multiple wiimotes
The purpose is simple. I'd like to create a library that would allow to use wiimote in any program written in dotnet without much code.
The HID lib i'm using is somewhat bugged and i didnt test it extenu sivly it might have some memory leaks or use more CPU than it should.
Also it wont run if there is no single wiimote or any other HID device connected. Besides that it should work fine.
Code is in C# for now but i tried to keep it simple so everyone could understand it. I'll be probably porting it to VB somewhere in the future.
If you'd like to check it out, grab it from here:
szymonbanka com/~kari/ |
|
| Back to top |
|
 |
Gibdo
Joined: 30 Dec 2006 Posts: 2
Digg It |
Posted: Sat Dec 30, 2006 11:45 pm Post subject: |
|
|
| Are you planning on making a library for it? |
|
| Back to top |
|
 |
|