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#.
Asked
Active
Viewed 956 times
1 Answers
2
Learn from one of the first:

zaf
- 22,776
- 12
- 65
- 95
-
1I 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? http://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