diff options
author | Sven Gothel <[email protected]> | 2023-06-30 02:33:03 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-06-30 02:33:03 +0200 |
commit | 94ae7407efab6528b682fa0c089fd832fe6e2017 (patch) | |
tree | 05e16f2f770d2765a24a05a64fa21de3bceb1d3e | |
parent | 0677dc7d64cda274af041fcf818ce1fa85b6794f (diff) |
index.html: Drop OpenMAX, mention FFmpeg. Feature Wakfu. Mention GlueGen's role in intro. Drop retired 'JNLPAppletLauncher'.
-rw-r--r-- | index.html | 19 |
1 files changed, 14 insertions, 5 deletions
@@ -4,7 +4,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta content="java, gluegen, jogl, jocl, joal, opengl, opencl, openal, libraries" name="keywords"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> - <title>JogAmp.org - Java graphics, audio, media and processing libraries exposing OpenGL, OpenCL, OpenAL and OpenMAX</title> + <title>JogAmp.org - Java graphics, audio, media and processing libraries exposing OpenAL, OpenGL (+FFmpeg) and OpenCL</title> <link href="style.css" rel="stylesheet" type="text/css"/> <link href="/style-alt1.css" rel="alternate stylesheet" title="default sans-serif font" type="text/css"/> <link href="SocialCoding/logo_symbol_finals/website_final_blue_favicon_symbol_16x16pel.ico" rel="shortcut icon"/> @@ -54,6 +54,11 @@ <h3>Featured</h3> <ul> <li> + <a href="https://www.wakfu.com/" style="padding: 4px"> + <img src="jogl/www/media/wakfu01.160x128.png" border="0" vspace="0" width="130" alt="Wakfu"/> + </a> + </li> + <li> <a href="http://www.scilab.org/" style="padding: 4px"> <img src="jogl/www/media/scilab.png" border="0" vspace="0" width="130" alt="Scilab"/> </a> @@ -85,21 +90,25 @@ <h1>Welcome</h1> <p> JogAmp is the home of high performance Java™ libraries for 3D Graphics, Multimedia and Processing.<br/> - JOGL, JOCL and JOAL provide cross platform Java™ language bindings to the OpenGL®, OpenCL™, OpenAL and OpenMAX APIs. + 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. </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>, - <i><a href="applet-launcher/www">JNLPAppletLauncher</a> (retired)</i>, building for + <!-- <i><a href="applet-launcher/www">JNLPAppletLauncher</a> (retired)</i>,--> building for </p> <p style="font-family: monospace; font-size:0.8rem; line-height:normal; margin:0.25rem 0 0.25rem 0;"> Active: <span class="nowrap">linux-amd64</span> <span class="nowrap">linux-armv6hf</span> <span class="nowrap">linux-aarch64</span> <span class="nowrap">macosx-amd64</span> <span class="nowrap">macosx-aarch64</span> <span class="nowrap">windows-amd64</span> <span class="nowrap">android-aarch64</span><br/> Paused: <span class="nowrap">linux-i586</span> <span class="nowrap">windows-i586</span> <span class="nowrap">android-armv6</span> <span class="nowrap">android-x86</span> <span class="nowrap">ios-amd64</span> <span class="nowrap">ios-arm64</span><br/> </p> <p> - <a href="wiki/index.php?title=SW_Tracking_Report_Feature_Objectives_Overview">List of proposed work items & use-cases</a> and <a href="https://jausoft.com/blog/tag/jogamp/">current blog entries</a>. + <a href="wiki/index.php?title=SW_Tracking_Report_Feature_Objectives_Overview">List of proposed work items & use-cases</a> and <b><a href="https://jausoft.com/blog/tag/jogamp/">current blog entries</a></b>. </p> <p> - <b>The JogAmp project needs funding and we offer <a href="wiki/index.php?title=Maintainer_and_Contacts#Commercial_Support">commercial support</a>!</b><br/> + <i>The JogAmp project needs funding and we offer <a href="wiki/index.php?title=Maintainer_and_Contacts#Commercial_Support">commercial support</a>!</i><br/> Please contact <a href="https://jausoft.com/">Göthel Software (Jausoft)</a>. </p> <!-- div class="splash" style="padding: 0; text-align: left; font-size:21px; line-height:100%; position:relative; top:-21px;" > |