From 4702ff6e9f5500a725d1226b23f1b1d33cd3e01e Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 1 Jul 2023 02:59:02 +0200 Subject: index.html: Fix module order, add links. GlueGen add note re runtime lib --- index.html | 7 ++++--- 1 file 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 @@

Welcome

JogAmp is the home of high performance Java™ libraries for 3D Graphics, Multimedia and Processing.
- JOGL, JOCL and JOAL provide cross platform Java™ language bindings to the OpenAL, OpenGL® (+FFmpeg) and OpenCL™ APIs. + JOAL, JOGL and JOCL + provide cross platform Java™ language bindings to the OpenAL, OpenGL® (+FFmpeg) and OpenCL™ APIs.

- GlueGen is a compiler generating Java™ and JNI C code and allows using native libraries within your Java™ application,
- as it is used to produce all native bindings for our modules. + GlueGen is a compiler generating Java™ and JNI C code and allows using native libraries within your Java™ application,
+ as it is used to produce all native bindings for our modules. It also provides a comprehensive runtime library.

Modules: GlueGen, JOAL, JOGL, JOCL, -- cgit v1.2.3