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
This commit is contained in:
bepo23
2009-06-25 13:28:56 +00:00
parent 217ae04e8b
commit d7b7fa14bd

View File

@@ -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+")");