Menu

[r1502]: / trunk / LWJGL / www / links.php  Maximize  Restore  History

Download this file

40 lines (37 with data), 1.4 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?php
require 'include/default.php';
printHeader(null, null);
printMenu("links");
?>
<!-- Introduction -->
<div class="paragraph_item">
<h2>Links</h2>
<p>
The following list of links are sites that either relate to our effort, or we just think are cool:<br><br>
- <a href="http://www.javagaming.org/" target="blank">http://www.javagaming.org/</a><br>
&nbsp;&nbsp;Site related to Java gamming
<br>
<br>
- <a href="http://www.puppygames.net/" target="blank">http://www.puppygames.net/</a><br>
&nbsp;&nbsp;First commercial game using LWJGL!
<br>
<br>
- <a href="http://www.tribaltrouble.com/" target="blank">http://www.tribaltrouble.com/</a><br>
&nbsp;&nbsp;Awesome new commercial game using LWJGL
<br>
<br>
- <a href="http://sourceforge.net/projects/spgl/" target="blank">http://sourceforge.net/projects/spgl/</a><br>
&nbsp;&nbsp;Game library building on top of lwjgl
<br>
<br>
- <a href="http://www.mojomonkeycoding.com/" target="blank">http://www.mojomonkeycoding.com/</a><br>
&nbsp;&nbsp;jME (or jMonkeyEngine) is an attempt at a fully functional game engine using the Java programming language.
<br>
<br>
- <a href="http://www.hardcode.de/jxinput/" target="blank">http://www.hardcode.de/jxinput/</a><br>
&nbsp;&nbsp;More feature complete input support for java
</p>
</div>
<?php
printFooter();
?>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.