aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/index.html21
-rw-r--r--www/media/Java3d.pngbin0 -> 8675 bytes
-rw-r--r--www/media/nifty-logo-new.pngbin0 -> 10305 bytes
3 files changed, 20 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html
index a71e88d99..bfc233d4e 100644
--- a/www/index.html
+++ b/www/index.html
@@ -297,6 +297,16 @@
</tr>
<tr>
<td width="50%">
+ <a href="http://en.wikipedia.org/wiki/Java_3D"><img src="media/Java3d.png" width="160" align="left" alt="Ardor3D"></img>Java3D</a>
+ <a href="http://gouessej.wordpress.com/2012/08/01/java-3d-est-de-retour-java-3d-is-back/">is back</a>.
+ It is maintained by <a href="https://jogamp.org/wiki/index.php/Maintainer_and_Contacts#Harvey_Harrison">Harvey Harrison</a> and initially ported to
+ our current JOGL version by <a href="http://jogamp.org/wiki/index.php/Maintainer_and_Contacts#Julien_Gouesse">Julien Gouesse</a>.<br/>
+ Source available via this <a href="https://github.com/hharrison/java3d-core">git repository</a>
+ and JAR files can <a href="https://github.com/hharrison/java3d-core/downloads">be downloaded here</a>.
+ Our <a href="http://forum.jogamp.org/java3d-f3728156.html">forum</a> may help you with your questions.
+ </td>
+
+ <td width="50%">
<a href="http://www.dyn4j.org/"><img src="media/dyn4j.png"
width="160" align="left" alt="dyn4j"></img>dyn4j</a>
is a 100% Java 2D collision detection and physics engine. Designed to be fast, stable, extensible, and easy to use.
@@ -304,7 +314,8 @@
The project comprises hundreds of JUnit test cases, Sandbox: a GUI test application, two example applications (ExampleGraphics2D and ExampleJOGL),
Javadocs, wiki, forum, and more!
</td>
-
+ </tr>
+ <tr>
<td width="50%">
<a href="http://brandonborkholder.github.com/glg2d/"><img src="media/glg2d-demo.png" width="160" align="left" alt="GLG2D"></img>
GLG2D</a> is a Graphics2D implementation that uses OpenGL to implement basic Java2D drawing functionality.
@@ -313,6 +324,14 @@
See <a href="http://brandonborkholder.github.com/glg2d/implementationstatus.html">implementation status</a>
for which features are fully implemented.
</td>
+ <td width="50%">
+ <a href="http://nifty-gui.lessvoid.com/"><img src="media/nifty-logo-new.png" width="160" align="left" alt="Nifty GUI"></img>
+ Nifty GUI</a> is a Java Library that supports the building of interactive user interfaces for games or similar applications.
+ The configuration of the GUI is stored in xml files with little supporting Java code.
+ In short Nifty helps you to layout stuff, display it in a cool way and interact with it :)<br/>
+ Source code is available in this <a href="https://github.com/void256/nifty-gui">git repository</a>.
+ JOGL is one renderer backend besides others.
+ </td>
</tr>
<tr>
<td width="50%">
diff --git a/www/media/Java3d.png b/www/media/Java3d.png
new file mode 100644
index 000000000..ea7ea1bcd
--- /dev/null
+++ b/www/media/Java3d.png
Binary files differ
diff --git a/www/media/nifty-logo-new.png b/www/media/nifty-logo-new.png
new file mode 100644
index 000000000..c8390ceac
--- /dev/null
+++ b/www/media/nifty-logo-new.png
Binary files differ