diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 127 |
1 files changed, 0 insertions, 127 deletions
diff --git a/www/index.html b/www/index.html deleted file mode 100644 index f976bf7..0000000 --- a/www/index.html +++ /dev/null @@ -1,127 +0,0 @@ -<html> - <body bgcolor="f5f5f5"> - <br/> -<div Align=center> - -<div align="center"><font color="#005177" size="+2">Welcome to the Java Input API Project! </font> </div> -<table width="100%" border="0" cellspacing="1" cellpadding="0"> - <tr> - <td width="66%" valign="top"> <table width="100%" height="358" border="0" cellpadding="5" cellspacing="1"> - <tr> - <td valign="top"><table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#6E94B7"> - <tr> - <td width="589" valign="top" bgcolor="#6E94B7"><div align="left"><font color="#FFFFFF"><strong>Overview</strong></font></div></td> - </tr> - <tr> - <td valign="top" bgcolor="#F8F8F8"><div align="justify"> - <p>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.</p> - <p>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.</p> - <p>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. - </p> - </div></td> - </tr> - </table></td> - </tr> - <tr> - <td><table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#6E94B7"> - <tr> - <td width="589" bgcolor="#6E94B7"><div align="left"><font color="#FFFFFF"><strong>Project - Status</strong></font></div></td> - </tr> - <tr> - <td bgcolor="#F8F8F8"><div align="justify"><p>The intial implementation - of the Java Input API is available for download from - <a href=" http://jinput.dev.java.net/source/browse/jinput/ ">CVS</a>. - This release contains a plug-in for Win32i, Linux, and OSX. Builds are available in the <a href="https://jinput.dev.java.net/servlets/ProjectDocumentList?folderID=0&expandFolder=0&folderID=0">Documents and Files</a> area. - </p> - </div></td> - - </tr> - </table></td> - </tr> - <tr> - <td><table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#6E94B7"> - <tr> - <td width="589" bgcolor="#6E94B7"><div align="left"><font color="#FFFFFF"><strong>Getting - Started </strong></font></div></td> - </tr> - <tr> - <td valign="top" bgcolor="#F8F8F8"><div align="justify"><p>This project has been built - in the following environment:</p></div> - <ul> - <li> Sun J2SDK 1.4.2+ (available at <a href=" http://java.sun.com " target="_blank">java.sun.com</a>)</li> - <li> ANT 1.4.1+ (available at <a href=" http://www.apache.org " target="_blank">www.apache.org</a>)</li> - <li> Win32</li> - <ul> - <li> Microsoft Visual C++ (<a href="http://msdn.microsoft.com/vstudio/express/downloads/">Express Edition</a> is free) - <li> The Microsoft <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=484269E2-3B89-47E3-8EB7-1F2BE6D7123A&displaylang=en">Platform SDK</a></li> - <li> The <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=09F7578C-24AA-4E0A-BF91-5FEC24C8C7BF&displaylang=en" target= " _blank">DirectX</a> SDK</li> - </ul> - </li> - <li> OSX 10.2.x or greater</li> - <li> Linux with 2.6 kernel </li> - </ul> - <div align="justify"> - <p>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 - <a href="http://jutils.dev.java.net" target="_blank"> jutils.dev.java.net </a> - </p> - <p> - If you wish to become involved in the JInput project, please stop by our <href="http://www.javagaming.org/forums/index.php?board=27.0">forums</a> and introduce yourself. - </p> - </div> - </td> - </tr> - </table></td> - </tr> - </table> - <p> </p></td> - <td valign="top"> - <table width="100%" border="0" cellspacing="1" cellpadding="5"> - <tr> - <td bgcolor="#F8F8F8"><table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#6E94B7"> - <tr> - <td valign="top" bgcolor="#6E94B7"><div align="left"><font color="#FFFFFF"><strong>Useful - Links</strong></font></div></td></tr> - <tr> - <td valign="top" bgcolor="#F8F8F8"> - <a href="http://www.javagaming.org/forums/index.php?topic=16866.0">Getting started</a> - </td - </tr> - <tr> - <td valign="top" bgcolor="#F8F8F8"> - <a href="http://www.newdawnsoftware.com/resources/jinput/jinput_combined_dist_latest.zip">Latest distribution</a> - </td - </tr> - <tr><td valign="top" bgcolor="#F8F8F8"> - <a -href="http://www.javagaming.org/forums/index.php?board=27.0"> -JInput forums</a></td> - </tr> - <tr> - <td valign="top" bgcolor="#F8F8F8"> - <a -href="http://games-core.dev.java.net/sun_contrib_051903_javagames.pdf"> -Developer Agreement </a> - </td> - </tr> - </table></td> - </tr> - <tr> - <td> </td> - </tr> - </table></td> - </tr> -</table> - -</body> -</html> |