diff options
author | Sven Gothel <[email protected]> | 2023-06-30 02:41:23 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-06-30 02:41:23 +0200 |
commit | 40882bd482a13fca6a6986b3cbf4374ed04f0edb (patch) | |
tree | 5bd0f3711b0f78595fd4c1586882e2855774c607 | |
parent | 94ae7407efab6528b682fa0c089fd832fe6e2017 (diff) |
index.html: GlueGen wording
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -93,8 +93,8 @@ JOGL, JOCL and JOAL provide cross platform Java™ language bindings to the OpenAL, OpenGL® (+FFmpeg) and OpenCL™ APIs. </p> <p> - GlueGen is a compiler generating Java™ and JNI C code offline and allows using native libraries within your Java™ application<br/> - and producing the native bindings for all our modules. + 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. </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>, |