diff --git a/www/index.html b/www/index.html index 8f70c8f..fdf402c 100644 --- a/www/index.html +++ b/www/index.html @@ -1,6 +1,6 @@ -
Welcome to the Java Game Technology Utilities Project!
+
Welcome to the Java Input API Project!
@@ -27,14 +34,14 @@ Status - -

For more information, see the docs for the Plugins class in the CVS tree.

@@ -11,11 +11,18 @@
-

The JUtils Project hosts an implementation of a set of APIs - utilized by other Java Game Technology Group projects (eg JInput,JOAl, JOGL). - Some of those other projects may have build and/or run-time dependancies on - the jutils.jar file which is built from the source hosted here. -

+

The JInput Project hosts an implementation of an API for game controller + discovery and polled input. It is part of a suite of open-source technologies + initiated by the Game Technology Group at Sun Microsystems with intention of + making the development of high performance games in Java a reality.

+

The API itself is pure Java and presents a platform-neutral + completely portable model of controller discovery and polling. + It can handle arbitrary controllers and returns both human and + machine understandable descriptions of the inputs available.

+

The implementation hosted here also includes plug-ins to allow + the API to adapt to various specific platforms. These plug-ins + often contain a native code portion to interface to the host system. +

The intial implementation - of the JUtils library is available - for download from CVS. -

The initial release contains support classes for a plug-in system that handles - an arbitrary number of arbitrarily complex plugins that each consist of a JAR - file and support files (other jar files, native libs, etc.)

+
The intial implementation + of the Java Input API is available for download from + CVS. + The initial release only contains a plug-in for Win32. + Plug-ins for other platforms (eg Linux, Mac, etc.) are expected to be + forthcoming either from the Java Game Technology Group or other project + contributors.
@@ -56,10 +63,15 @@
  • binutils 2.13.90
  • w32api-2.2
  • mingw-runtime-2.4
  • +
  • "Peter Puck's" DirectX8 binding "dx8libs.zip" at www.urebelscum.speedhost.com/download.html
  • ANT 1.4.1 (available at www.apache.org)
  • - +

    This project requires that the Java Utils library (jutil.jar) be built and placed + in this project's lib directories. See the README for more detail. For the + Java Utils library itself see + jutils.dev.java.net +