diff options
author | Kenneth Russel <[email protected]> | 2003-07-18 08:35:18 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2003-07-18 08:35:18 +0000 |
commit | 82c7b240ff705dff23daaf843b02aa1796ec9323 (patch) | |
tree | 44fe373b82f427a130856c1724393c7fd56d85f4 /www | |
parent | 417b77f9f2b7d4063a75fc64921b9b4ef71b6f2f (diff) |
Added ANTLR and Ant links to JOGL web page
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@41 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 443 |
1 files changed, 238 insertions, 205 deletions
diff --git a/www/index.html b/www/index.html index 4e303fadc..f4ca2b04b 100644 --- a/www/index.html +++ b/www/index.html @@ -1,20 +1,20 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> - + <meta content="text/html; charset=windows-1252" http-equiv="Content-Type"> - + <meta content="MSHTML 5.00.2920.0" name="GENERATOR"> <title></title> </head> <body> - + <div align="center"><img src="http://games.dev.java.net/images/navbar.gif" width="454" height="43" border="0" alt="" usemap="#navbar_Map"> - </div> - <map name="navbar_Map"> + </div> + <map name="navbar_Map"> <area shape="rect" alt="Wiki" coords="340,0,386,43" href="http://wiki.java.net/bin/view/Games"> <area shape="rect" alt="Weblogs" coords="286,0,339,43" @@ -26,256 +26,289 @@ <area shape="rect" alt="www.java.net" coords="1,1,91,44" href="http://www.java.net" target="_self"> </map> - -<div align="center"><font color="#990000" size="+2">Welcome to the JOGL API - Project! </font></div> - + +<div align="center"><font color="#990000" size="+2">Welcome to the JOGL API + Project! </font></div> + <table border="0" cellpadding="0" cellspacing="1" width="100%"> - <tbody> - <tr> - <td valign="top" width="66%"> + <tbody> + <tr> + <td valign="top" width="66%"> <table border="0" cellpadding="5" cellspacing="1" height="358" width="100%"> - <tbody> - <tr> - <td valign="top"> - + <tbody> + <tr> + <td valign="top"> + <table bgcolor="#990000" border="0" cellpadding="5" cellspacing="1" width="100%"> - <tbody> - <tr> - <td bgcolor="#990000" valign="top" width="589"> - + <tbody> + <tr> + <td bgcolor="#990000" valign="top" width="589"> + + <div align="left"><font color="#ffffff"><strong>Overview</strong></font></div> - </td> - </tr> - <tr> - <td bgcolor="#ffffff" valign="top"> - - <div align="justify"> - - <p>The JOGL Project hosts a reference implementation of - the Java bindings for OpenGL API, and is designed to provide - hardware-supported 3D graphics to applications written -in Java. It is part of a suite of open-source technologies - initiated by the Game Technology Group at Sun Microsystems.<br> - </p> - - <p>JOGL provides full access to the APIs in the OpenGL 1.4 -specification as well as nearly all vendor extensions, and integrates with -the AWT and Swing widget sets.<br> - </p> + </td> + </tr> + <tr> + <td bgcolor="#ffffff" valign="top"> + + + <div align="justify"> + + <p>The JOGL Project hosts a reference implementation of + the Java bindings for OpenGL API, and is designed to +provide hardware-supported 3D graphics to applications +written in Java. It is part of a suite of open-source +technologies initiated by the Game Technology Group +at Sun Microsystems.<br> + </p> + + + <p>JOGL provides full access to the APIs in the OpenGL +1.4 specification as well as nearly all vendor extensions, and integrates +with the AWT and Swing widget sets.<br> + </p> + <p>Please see the <a - href="http://jogl-demos.dev.java.net/">JOGL demos</a> for illustrations -of advanced OpenGL techniques now possible with the Java platform.<br> - </p> - </div> - </td> - </tr> - - </tbody> + href="http://jogl-demos.dev.java.net/">JOGL demos</a> for illustrations of +advanced OpenGL techniques now possible with the Java platform.<br> + </p> + </div> + </td> + </tr> + + </tbody> + </table> - </td> - </tr> - <tr> - <td> + </td> + </tr> + <tr> + <td> + <table bgcolor="#990000" border="0" cellpadding="5" cellspacing="1" width="100%"> - <tbody> - <tr> - <td bgcolor="#990000" width="589"> - - <div align="left"><font color="#ffffff"><strong>Project - Status</strong></font></div> - </td> - </tr> - <tr> - <td bgcolor="#ffffff"> - - <div align="justify">The intial implementation of the JOGL - API is available for download from <a - href="http://jogl.dev.java.net/source/browse/jogl/">CVS</a>. - </div> - </td> - </tr> - - </tbody> + <tbody> + <tr> + <td bgcolor="#990000" width="589"> + + + <div align="left"><font color="#ffffff"><strong>Project + Status</strong></font></div> + </td> + </tr> + <tr> + <td bgcolor="#ffffff"> + + <div align="justify">The intial implementation of the JOGL + API is available for download from <a + href="http://jogl.dev.java.net/source/browse/jogl/">CVS</a>. + </div> + </td> + </tr> + + </tbody> + </table> - </td> - </tr> - <tr> - <td> + </td> + </tr> + <tr> + <td> + <table bgcolor="#990000" border="0" cellpadding="5" cellspacing="1" width="100%"> - <tbody> - <tr> - <td bgcolor="#990000" width="589"> - - <div align="left"><font color="#ffffff"><strong>Getting - Started </strong></font></div> - </td> - </tr> - <tr> - <td bgcolor="#ffffff" valign="top"> - - <p>This project has been built in the following - environments: </p> + <tbody> + <tr> + <td bgcolor="#990000" width="589"> - + + <div align="left"><font color="#ffffff"><strong>Getting + Started </strong></font></div> + </td> + </tr> + <tr> + <td bgcolor="#ffffff" valign="top"> + + + <p>This project has been built in the following + environments. All require the <a + href="http://www.antlr.org/">ANTLR</a> parser generator and the <a + href="http://ant.apache.org/">Ant</a> build system to be installed; please +see the <a + href="http://jogl.dev.java.net/unbranded-source/browse/*checkout*/jogl/doc/HowToBuild.html?rev=HEAD&content-type=text/html">build +documentation</a> for details. </p> + + <ul> - <li> Solaris - + <li> Solaris + <ul> - <li> <a - href="http://wwws.sun.com/software/solaris/index.html">Solaris - 8 for SPARC</a> </li> - <li> <a - href="http://wwws.sun.com/software/sundev/suncc/index.html">Sun - ONE Studio 8 Compiler Collection</a> </li> - <li> <a - href="http://wwws.sun.com/software/graphics/opengl/index.html">Sun - OpenGL for Solaris</a> </li> - <li> <a - href="http://java.sun.com/j2se/1.4.2/">Sun J2SDK 1.4.2</a> - </li> - + <li> <a + href="http://wwws.sun.com/software/solaris/index.html">Solaris + 8 for SPARC</a> </li> + <li> <a + href="http://wwws.sun.com/software/sundev/suncc/index.html">Sun + ONE Studio 8 Compiler Collection</a> </li> + <li> <a + href="http://wwws.sun.com/software/graphics/opengl/index.html">Sun + OpenGL for Solaris</a> </li> + <li> <a + href="http://java.sun.com/j2se/1.4.2/">Sun J2SDK 1.4.2</a> + </li> + + </ul> - </li> - <li> Linux - + </li> + <li> Linux + + <ul> - <li> Red Hat Linux 7.3 for x86 </li> - <li> GCC </li> - <li> <a - href="http://java.sun.com/j2se/1.4.2/">Sun J2SDK 1.4.2</a> - </li> - + <li> Red Hat Linux 7.3 for x86 </li> + <li> GCC </li> + <li> <a + href="http://java.sun.com/j2se/1.4.2/">Sun J2SDK 1.4.2</a> + </li> + + </ul> - </li> - <li> Macintosh - + </li> + <li> Macintosh + + <ul> - <li> Mac OS X 10.3 Developer Preview 1 (note: - will not work with earlier releases) </li> - <li> GCC </li> - <li> <a href="http://www.apple.com/java/">Java - 1.4.1 for Mac OS X</a> </li> - + <li> Mac OS X 10.3 Developer Preview 1 (note: + will not work with earlier releases) </li> + <li> GCC </li> + <li> <a href="http://www.apple.com/java/">Java + 1.4.1 for Mac OS X</a> </li> + + </ul> - </li> - <li> Windows - + </li> + <li> Windows + + <ul> - <li> Windows 2000 for x86 </li> - <li> Microsoft Visual C++ - 6.0, 7.0, or <a href="http://www.mingw.org/">MinGW</a> compilers - </li> - <li> <a - href="http://java.sun.com/j2se/1.4.2/">Sun J2SDK -1.4.2</a> </li> - + <li> Windows 2000 for x86 </li> + <li> Microsoft Visual C++ + 6.0, 7.0, or <a href="http://www.mingw.org/">MinGW</a> compilers + </li> + <li> <a + href="http://java.sun.com/j2se/1.4.2/">Sun J2SDK 1.4.2</a> + </li> + + </ul> - + <p></p> - </li> - + </li> + + </ul> - </td> - </tr> - - </tbody> + </td> + </tr> + + </tbody> + </table> - </td> - </tr> - - </tbody> + </td> + </tr> + + </tbody> </table> - + <p>�</p> - </td> - <td valign="top"> + </td> + <td valign="top"> <table border="0" cellpadding="5" cellspacing="1" width="100%"> - <tbody> - <tr> - <td> + <tbody> + <tr> + <td> + <table bgcolor="#990000" border="0" cellpadding="5" cellspacing="1" width="100%"> - <tbody> - <tr> - <td bgcolor="#990000" valign="top"> - - <div align="left"><font color="#ffffff"><strong>Useful - Links</strong></font></div> - </td> - </tr> - <tr> - <td valign="top" bgcolor="#ffffff"> - + <tbody> + <tr> + <td bgcolor="#990000" valign="top"> + + + <div align="left"><font color="#ffffff"><strong>Useful + Links</strong></font></div> + </td> + </tr> + <tr> + <td valign="top" bgcolor="#ffffff"> + <ul> - <li><a href="http://www.opengl.org" + <li><a href="http://www.opengl.org" target="_blank">OpenGL</a> Home</li> - <li><a href="http://jogl-demos.dev.java.net/">JOGL -Demos</a></li> + <li><a href="http://jogl-demos.dev.java.net/">JOGL + Demos</a></li> + <li><a + href="http://servlet.java.sun.com/javaone/resources/content/sf2003/conf/sessions/pdfs/2125.pdf">JOGL + JavaOne 2003 Presentation Slides</a> (requires free Java Developer Connection + registration)</li> <li><a - href="http://servlet.java.sun.com/javaone/resources/content/sf2003/conf/sessions/pdfs/2125.pdf">JOGL - JavaOne 2003 Presentation Slides</a> (requires free Java Developer Connection - registration)</li> - <li><a - href="http://www.javagaming.org/cgi-bin/JGNetForums/YaBB.cgi?board=jogl">JOGL + href="http://www.javagaming.org/cgi-bin/JGNetForums/YaBB.cgi?board=jogl">JOGL Forums</a></li> - <li><a - href="http://servlet.java.sun.com/javaone/resources/content/sf2002/conf/sessions/pdfs/3167.pdf">JavaOne -2002 Slides</a> on <a href="http://jausoft.com/gl4java/">OpenGL for Java</a> -(requires free JDC registration)<br> - </li> + <li><a + href="http://servlet.java.sun.com/javaone/resources/content/sf2002/conf/sessions/pdfs/3167.pdf">JavaOne + 2002 Slides</a> on <a href="http://jausoft.com/gl4java/">OpenGL for Java</a> + (requires free JDC registration)<br> + </li> - + </ul> - </td> - </tr> - - </tbody> + </td> + </tr> + + </tbody> + </table> - </td> - </tr> - <tr> - <td> + </td> + </tr> + <tr> + <td> + <table bgcolor="#990000" border="0" cellpadding="5" cellspacing="1" width="100%"> - <tbody> - <tr> - <td bgcolor="#990000" valign="top"> - + <tbody> + <tr> + <td bgcolor="#990000" valign="top"> + + <div align="left"><font color="#ffffff"><strong>Downloads</strong></font></div> - </td> - </tr> - <tr> - <td valign="top" bgcolor="#ffffff"> - + </td> + </tr> + <tr> + <td valign="top" bgcolor="#ffffff"> + <ul> - <li><a + <li><a href="http://jogl.dev.java.net/servlets/ProjectDocumentList" target="_blank">Precompiled binaries and documentation</a></li> - + </ul> - </td> - </tr> - - </tbody> + </td> + </tr> + + </tbody> + </table> - </td> - </tr> - - </tbody> + </td> + </tr> + + </tbody> </table> - </td> - </tr> - - </tbody> + </td> + </tr> + + </tbody> </table> - <br> + <br> + <br> <br> <br> <br> |