From d7b7fa14bd549b8c6dfbcea209efb2793ac8e6f7 Mon Sep 17 00:00:00 2001 From: bepo23 Date: Thu, 25 Jun 2009 13:28:56 +0000 Subject: [PATCH] Extended Wii Motion Plus Support: There now exists a OrientationEvent to obtain the Wiimotes relative orientation to the starting point. During error aggregation it's getting unprecise and needs continuous resets. The demo-gui now has a panel to orientate a 3D cube. If no WM+ is attached, the panel is there, too. This would be addressed if the Wii Motion Plus detection works well and if I've integrated support for other extensions, like Nunchuck (I finally got one for testing!). Feel free to donate me some money, that I can get some more extensions integrated to become wiigee the ultimate Wii library with integrated gesture recognition for Java. There also is an improvement for the Hidden Markov Model in the works. Thanks Marc for providing this helpful information! :) git-svn-id: svn://svn.code.sf.net/p/wiigee/code/trunk@95 c7eff9ee-dd40-0410-8832-91a4d88773cf --- src/org/wiigee/control/Wiigee.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/org/wiigee/control/Wiigee.java b/src/org/wiigee/control/Wiigee.java index 8013c94..8dd0ed1 100644 --- a/src/org/wiigee/control/Wiigee.java +++ b/src/org/wiigee/control/Wiigee.java @@ -32,8 +32,8 @@ import org.wiigee.util.Log; */ public class Wiigee { - protected static String version = "1.5.1 alpha"; - protected static String releasedate = "20090619"; + protected static String version = "1.5.2 alpha"; + protected static String releasedate = "20090625"; protected Wiigee() { Log.write("This is wiigee version "+version+" ("+releasedate+")");