diff options
author | Kenneth Russel <[email protected]> | 2006-03-31 02:14:40 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2006-03-31 02:14:40 +0000 |
commit | 1b5b0e510f2ef559ab0016156bcf7143d6cf48a8 (patch) | |
tree | a362167e27820fc53f9a1416782e682bfd4aa37b /www/index.html | |
parent | e56ef9b8dc3433e48178a3b918821cc695cc11d6 (diff) |
Added links to JOGL ports of OpenGL Red Book examples and NeHe
examples, and to Killer Game Programming including chapters on JOGL
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@177 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 3be00ee..4886068 100644 --- a/www/index.html +++ b/www/index.html @@ -137,7 +137,16 @@ documentation</a><br> <li><a href="applettest.html">JOGL Applet test</a> </li> - + + <li><a href="http://ak.kiet.le.googlepages.com/theredbookinjava.html">OpenGL Red Book examples using JOGL</a> + </li> + + <li><a href="http://pepijn.fab4.be/?page_id=34">NeHe examples ported to JOGL</a> + </li> + + <li><a href="http://fivedots.coe.psu.ac.th/~ad/jg/">Killer Game Programming in Java (with chapters on JOGL)</a> + </li> + </ul> |