WiimoteLib v1.4 Released

In an effort to put out more frequent builds with fewer changes, I’ve released WiimoteLib v1.4 to CodePlex.  This release contains the single most requested feature:  multiple Wiimote support.  I’m very interested to hear bug reports and suggestions on this release, so please do let me know how it works for you.  The original Coding4Fun article has also been updated with some details on how to use multiple Wiimotes, as has the WiimoteTest application included with the distribution.

Changes

  • Multiple Wiimotes supported!
  • Slight change to ExtensionType enum for better extension detection
  • Decided I didn't like the dependency on System.Drawing for the 2D point so am now using my own Point structs.  Sorry...
  • WiimoteTest app updated to show multiple Wiimotes working
Read More

WiimoteLib v1.3 Released

Time for another WiimoteLib release!  You'll find the new version in the usual place at CodePlex.  What's new you ask?  Why, check out this list:

  • All projects updated to Visual Studio 2008 format
  • SetReportType contains an overload taking a new IRSensitivity parameter which will set the IR camera sensitivity when using an IR report type
  • Created new WiimoteException type which is now thrown by the library
  • Moved InputReport enum to namespace level
  • Events now using the generic EventHandler class instead of custom delegates
  • Refactored the state structures to use Point/PointF and my own Point3/Point3F
  • Refactored IR sensors to be an array
  • Added support for the Guitar Hero controller (tested by Matthias Shapiro, Evan Jacovier)
  • Test app will run without Wiimote connected (Andrea Leganza)
  • ReadData now returns the proper amount of data for requests of more than 16 bytes (reported by David Hawley)
  • Test application updated with above changes
  • Lots of breaking changes, but the survey on my site said most didn't care about backwards compatibility...  :)

Bug reports and comments welcome.  Give it a try...

Read More

Newsweek & The Wiimote

The Nintendo Wiimote is getting some very mainstream attention lately.  I was interviewed several weeks ago by Christopher Flavelle from Newsweek magazine for a story on developers using the Wiimote for uses other than playing games with their Wii console.  The article should be in the May 19th issue of the International Edition of Newsweek and can also be read online at http://www.newsweek.com/id/136381.  Have a read...

Read More