summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-07-01 02:59:02 +0200
committerSven Gothel <[email protected]>2023-07-01 02:59:02 +0200
commit4702ff6e9f5500a725d1226b23f1b1d33cd3e01e (patch)
tree18e11779b11f30ae7b4cd28433b4ceb312b77ef0
parent40882bd482a13fca6a6986b3cbf4374ed04f0edb (diff)
index.html: Fix module order, add links. GlueGen add note re runtime lib
-rw-r--r--index.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/index.html b/index.html
index 2ad7023..e57df94 100644
--- a/index.html
+++ b/index.html
@@ -90,11 +90,12 @@
<h1>Welcome</h1>
<p>
JogAmp is the home of high performance Java&trade; libraries for 3D Graphics, Multimedia and Processing.<br/>
- JOGL, JOCL and JOAL provide cross platform Java&trade; language bindings to the OpenAL, OpenGL&reg; (+FFmpeg) and OpenCL&trade; APIs.
+ <a href="joal/www">JOAL</a>, <a href="jogl/www">JOGL</a> and <a href="jocl/www">JOCL</a>
+ provide cross platform Java&trade; language bindings to the OpenAL, OpenGL&reg; (+FFmpeg) and OpenCL&trade; APIs.
</p>
<p>
- GlueGen is a compiler generating Java™ and JNI C code and allows using native libraries within your Java™ application,<br/>
- as it is used to produce all native bindings for our modules.
+ <a href="gluegen/www">GlueGen</a> is a compiler generating Java™ and JNI C code and allows using native libraries within your Java™ application,<br/>
+ as it is used to produce all native bindings for our modules. It also provides a comprehensive <a href="../../deployment/jogamp-next/javadoc/gluegen/javadoc/">runtime library</a>.
</p>
<p>
Modules: <a href="gluegen/www">GlueGen</a>, <a href="joal/www">JOAL</a>, <a href="jogl/www">JOGL</a>, <a href="jocl/www">JOCL</a>,