Make an interface between the cyberglove and JME. The problem is that all the librarys of cyberglove are in C++; I read that I need the JNI (java native interface). Someone knows how to do that??
this means use the cyberglove with Java.
Send me a CyberGlove and I'd be happy to help get a JNI wrapper written for it.
here comes the sun sing
http://java.sun.com/developer/onlineTraining/Programming/JDCBook/jni.html
so long,
Andy
Also, this looks like smth that could be interesting for you (Google: CyberGlove Java) ;):
http://www.csdl.tamu.edu/srl/doc/edu/tamu/bpaulson/haptics/cyberglove/CyberGlove.html
Furthermore, it looks like it is a simple serial interface, so you could make your own stuff with a serial lib for Java like
www.rxtx.org
so long,
Andy
Thanks for everything, in the link that you send me I found another link with a java packet made in japan in the next link
http://ship.nime.ac.jp/~it3d/index-e.html
I will try to see if it works
If anyone is interested in a JNI-wrapper generator, here is a pretty high quality one: http://www.swig.org/
Also, if you're only interested in testing (and don't care about speed), give JNA a try: https://jna.dev.java.net/
Cheers