From 0c3073629328a92920822c2416be865861ab43f9 Mon Sep 17 00:00:00 2001 From: Sven Gothel <sgothel@jausoft.com> Date: Wed, 5 Dec 2012 05:43:57 +0100 Subject: Add Java3d and nifty-gui --- www/index.html | 21 ++++++++++++++++++++- www/media/Java3d.png | Bin 0 -> 8675 bytes www/media/nifty-logo-new.png | Bin 0 -> 10305 bytes 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 www/media/Java3d.png create mode 100644 www/media/nifty-logo-new.png (limited to 'www') diff --git a/www/index.html b/www/index.html index a71e88d99..bfc233d4e 100644 --- a/www/index.html +++ b/www/index.html @@ -296,6 +296,16 @@ </td> </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> @@ -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 Binary files /dev/null and b/www/media/Java3d.png differ diff --git a/www/media/nifty-logo-new.png b/www/media/nifty-logo-new.png new file mode 100644 index 000000000..c8390ceac Binary files /dev/null and b/www/media/nifty-logo-new.png differ -- cgit v1.2.3