diff options
Diffstat (limited to 'demos/index.html')
-rwxr-xr-x | demos/index.html | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/demos/index.html b/demos/index.html new file mode 100755 index 0000000..1ac862b --- /dev/null +++ b/demos/index.html @@ -0,0 +1,62 @@ +<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> + <meta name="Author" content="Ron Cemer & Sven Goethel"> + <meta name="GENERATOR" content="Mozilla/4.61 [en] (Win98; U) [Netscape]"> + <title>Misc Demos</title> +</head> +<BODY LINK="#0000ff" VLINK="#800080" BGCOLOR="#e6e6ff"> +<p>Here are the demos-I for <B> +<A HREF="http://www.jausoft.com/gl4java/">GL4Java</A> >= 2.4.0.0: </B> <br> +<br> + <LI><P ALIGN=LEFT><I><A HREF="glDemosCvs.html">glDemosCvs</A> + : Many OpenGL Canvas running together</I> + </P> + <LI><P ALIGN=LEFT><I><A HREF="glOlympicCvsApplet.html">glOlympicCvsApplet</A> + : The Olympic Rings alone </I> + </P> + <LI><P ALIGN=LEFT><I><A HREF="glLogoCvsApplet.html">glLogoCvsApplet</A> + : The OpenGL Logo alone</I></P> + <LI><P ALIGN=LEFT><I><A HREF="glOlympicSwingApplet.html">glOlympicSwingApplet</A> + : The Olympic Rings using Swing (needs Swing 1.1 installed + either)</I></P> + <LI><P ALIGN=LEFT><I><A HREF="testTextPPM1.html">testTextPPM1</A> + : A textured Box using Swing (needs Swing 1.1 installed + either)</I></P> + +<BR> + + <LI><P ALIGN=LEFT><I><A HREF="GLLandScape/index.html">GLLandScape World</A> + : The GLLandScape World + </I></P> + <LI><P ALIGN=LEFT><I><A HREF="MiscDemos/index.html">Misc Demos</A> + : Some new ported demos. + </I></P> + <LI><P ALIGN=LEFT><I><A HREF="RonsDemos/index.html">Ron's Demos</A> + : Demo's ported by Ron Cemer + </I></P> + <LI><P ALIGN=LEFT><I><A HREF="HodglimsNeHe/index.html">Hodglim's NeHe Demos</A> + : Here are the NeHe OpenGL Tutorial Demos originally ported by Hodglim + </I></P> +<BR> + +<P ALIGN=CENTER><SPAN STYLE="text-decoration: none"><I>For use with +the Java2-Plug-In: Tested with Win32,Netscape,Java2 <A HREF="Java2.txt">(see +Installation-instructions Java2)</A> ! </I></SPAN> +</P> +<UL> + <LI><P ALIGN=LEFT><I><A HREF="glOlympicCvsAppletJ2P.html">glOlympicCvsAppletJ2P</A> + : Out of the demo directory of GL4Java </I> + </P> + <LI><P ALIGN=LEFT><I><A HREF="glLogoCvsAppletJ2P.html">glLogoCvsAppletJ2P</A> + : Out of the demo directory of GL4Java</I></P> + <LI><P ALIGN=LEFT><I><A HREF="testTextPPM1J2P.html">testTextPPM1J2P</A> + : Out of the demo directory of GL4Java (needs Swing 1.1 installed + either)</I></P> +</UL> +<P ALIGN=CENTER><SPAN STYLE="text-decoration: none"> +<a href="../../Installer/java.policy">The Java2 (sdk, jre, plugin 1.3) policy file example to give GL4Java the necessary permissions (Click here) !</a> +</P> +</BODY> +</HTML> |