From 9647f9751a0955c3cb13e218d10cc798bc3569d6 Mon Sep 17 00:00:00 2001 From: jeffpk Date: Sat, 7 Jun 2003 18:50:40 +0000 Subject: Custom front page. Initial version git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@6 e343933a-64c8-49c5-92b1-88f2ce3e89e8 --- www/index.html | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 89 insertions(+), 3 deletions(-) (limited to 'www/index.html') diff --git a/www/index.html b/www/index.html index a116ed4..8f70c8f 100644 --- a/www/index.html +++ b/www/index.html @@ -1,5 +1,91 @@ - This is the default project content. - - +
Welcome to the Java Game Technology Utilities Project!
+ + + + + +
+ + + + + + + + + +
+ + + + + + +
Overview
+

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. +

+
+ + + + + +
Project + Status
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.)

+ +

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

+
+ + + + + + +
Getting + Started

This project has been built + in the following environment:

+
    +
  • Win32 (Win 2000 in the case of our machine)
  • +
  • Sun J2SDK 1.4.2 (available at java.sun.com)
  • +
  • MinGW 2.0.0 plus the following updates: (all available + at www.mingw.org) +
      +
    • binutils 2.13.90
    • +
    • w32api-2.2
    • +
    • mingw-runtime-2.4
    • +
    +
  • +
  • ANT 1.4.1 (available at www.apache.org)
  • +
+

 

+ + + + + + + +
+ + + + + + +
Useful + Links
    + +
 
+ + + -- cgit v1.2.3