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@94 c7eff9ee-dd40-0410-8832-91a4d88773cf
This commit is contained in:
bepo23
2009-06-25 13:14:34 +00:00
parent 2765a04a9f
commit 217ae04e8b
30 changed files with 138 additions and 91 deletions

View File

@@ -3,7 +3,7 @@
* Copyright (C) 2007, 2008, 2009 Benjamin Poppinga
*
* Developed at University of Oldenburg
* Contact: benjamin.poppinga@informatik.uni-oldenburg.de
* Contact: wiigee@benjaminpoppinga.de
*
* This file is part of wiigee.
*
@@ -32,8 +32,8 @@ import org.wiigee.util.Log;
*/
public class Wiigee {
protected static String version = "1.5 alpha";
protected static String releasedate = "20090617";
protected static String version = "1.5.1 alpha";
protected static String releasedate = "20090619";
protected Wiigee() {
Log.write("This is wiigee version "+version+" ("+releasedate+")");