j3de inputdevices v. 0.1
========================

This package includes three InputDevices I have written and a small program to test
them. I hope they are usefull to you.

It requires an installation of Java 3D 
  http://www.javasoft.com/products/java-media/3D/index.html
and JAXP 
  http://java.sun.com/xml/download.html.

The newest version will always be available from 
  http://sourceforge.net/project/showfiles.php?group_id=8549
or from the Java 3D community site :
  http://www.j3d.org

The Joystick.java class and Joystick.dll are by Satoshi Conno. 
Source for the dll is available from
  http://www.cyber.koganei.tokyo.jp/vr/device/joystick/java/index.html
  
If anyone is willing to port this library to Linux, I'd be happy to see it :)
  
To get started you can try out InputTest using the commandline :

  java -cp lib/j3de-input.jar:lib/jaxp.jar:lib/parser.jar \
        org.j3de.input.InputTest config/input-keyboard.xml
        
If you have comments, find any bugs please tell me : wombat@uni.de

Niklas