This commit is contained in:
2014-10-18 17:43:25 +01:00
commit f45b3ebaf8
97 changed files with 7544 additions and 0 deletions

53
www/jxlinks.htm Normal file
View File

@@ -0,0 +1,53 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta name="description" content="JXInput - gaming devices for Java">
<meta name="keywords" content="Java, DirectInput, Joystick, Gamepad, JNI">
<meta name="author" content="Joerg Plewe, Germany">
<title>JXLinks - Gaming Input Devices (joystick/gamepad/DirectInput) for Java</title>
</head>
<body text="#000000" bgcolor="#efefef">
<basefont face="Verdana">
<h1>Links</h1>
<p>
<p>
<h2>Other input devices with Java</h2>
<ul>
<li><a href="http://www.j3d.de">http://www.j3d.de</a>
: Win32</li>
<li><a href="http://www.cyber.koganei.tokyo.jp/vr/device/joystick/java/index.html">http://www.cyber.koganei.tokyo.jp</a>
: simple, Win32</li>
<li><a href="http://sourceforge.net/projects/javajoystick/">http://sourceforge.net/projects/javajoystick</a>
: Win32</li>
<li><a href="http://sourceforge.net/projects/j3djoystick/">http://sourceforge.net/projects/j3djoystick</a>
: Java3D, Linux</li>
<li><a href="http://sourceforge.net/projects/sdl4java/">http://sourceforge.net/projects/sdl4java/</a>
: SDL wrapper for Win32 and Linux</li>
</ul>
<h2>Java related links</h2>
<ul>
<li><a href="http://www.java.sun.com">http://www.java.sun.com</a>
: Javas Home</li>
<li><a href="http://www.javagaming.org">http://www.javagaming.org</a>
: Java Game Development</li>
<li><a href="http://www.j3d.org">http://www.j3d.org</a>
: Java3D community page</li>
</ul>
</body>
</html>