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#.

link|improve this question

69% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Learn from one of the first:

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

link|improve this answer
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 Jun 12 '10 at 11:49
2  
@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 Jun 12 '10 at 11:53
@ChrisF - Do you think the tutorials provided by Microsoft are enough? msdn.microsoft.com/library/dd492171(VS.100).aspx – Omar Jun 12 '10 at 11:56
@Omar - I haven't looked at them, but I would guess they're as good a place to start as any. – ChrisF Jun 13 '10 at 13:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.