tags:

views:

43

answers:

1

Can someone direct me to resources which will guide me through using C# and the Wiimote library. Brian Peek's turorial is far too complex for me. I would ideally like to write a program to get the accelerometer values from the wiimote and print it to the console. I am new to C#.

+2  A: 

Learn from one of the first:

http://johnnylee.net/projects/wii/

zaf
I saw this guy's stuff as well. It doesn't really teach you how to do it. The source still too complicated for me. I am new to C#.
Omar
@Omar - if you're new to C# it might be worth doing a few tutorials first, just to get a good grounding in the language first before starting on the wiimote stuff.
ChrisF
@ChrisF - Do you think the tutorials provided by Microsoft are enough? http://msdn.microsoft.com/library/dd492171(VS.100).aspx
Omar
@Omar - I haven't looked at them, but I would guess they're as good a place to start as any.
ChrisF