JOGL support in Kitware’s VTK has been improved with JogAmp v2.6.0 and merged on the VTK master branch. Initialization of the OpenGL function pointer is ensured as well as utilizing JOGL’s OpenGL function pointer lookup of used OpenGL context. Continue reading “Improved JOGL Integration in VTK (JogAmp 2.6.0)”
Category: 3D, OpenGL, ..
Publishing on Sonatype’s Central Maven Repo
Besides deploying on your own maven mirror repository, one usually also likes to deploy on Maven Central for stability and acceptance http://search.maven.org .
Jogamp lacked this feature since version 2.4.0, so I had to dive back into this matter – especially since Sonatype changed their procedures due to End-of-Life Sunset Date for OSSRH coinciding with Sonatype Nexus Repository 2 Sunsetting Information – both occurred on 2025-06-30. Since then, the Nexus Repository 3 and its (web) API is utilized under the hood. Continue reading “Publishing on Sonatype’s Central Maven Repo”
Next Steps for GraphUI in JogAmp & Gamp (I)
JogAmp 2.6.0 Release Coming Up
It is time for a the JogAmp 2.6.0 release within next days, you may like to visit our forum in this regard. Notable new features are enhancements of our Graph Type Rendering and UI, updated Android- and FreeBSD support and much more. Continue reading “JogAmp 2.6.0 Release Coming Up”
Fixing JogAmp’s Graph Delaunay Tessellation of Complex Non-Convex Shapes
After rendering our GraphUI MediaPlayer feature complete, also capable to use Chinese/CJK fallback fonts it was time for another round to fix our outstanding Graph Delaunay tessellation issues. Minimum goal was to at least have the Chinese/CJK fonts being readable – but gladly more has been achieved in the resolution for Bug 1501 as shown below. Continue reading “Fixing JogAmp’s Graph Delaunay Tessellation of Complex Non-Convex Shapes”
GraphUI MediaPlayer – Feature Complete
After showing our GLMediaPlayer & GraphUI MediaPlayer progress, I can now conclude this demonstration being feature complete with text/ASS & bitmap subtitles including international fallback-font (Asia etc), mouse-over time-code & still-images on the progress-slider, proper aspect-ratio cropping, chapter visibility & hopping as well as displaying full stream information. Another milestone in our Graph Type Rendering and UI saga. (Updated w/ impl. details at the bottom) Continue reading “GraphUI MediaPlayer – Feature Complete”
Full-Feature & High-Performance GraphUI GLMediaPlayer Video Player
Demonstrating new audio and subtitle selection and rendering as well as a performance demo w/ 348 GLMediaPlayer instance running in a GraphUI RangedGroup, having 16 and 36 instances being visible and displaying new decoded images. A little teaser for our Graph Type Rendering and UI saga. Continue reading “Full-Feature & High-Performance GraphUI GLMediaPlayer Video Player”
GraphUI Frustum Culling & Clipping in Modelview Space and more…
Resolving Bug 1487 in our Graph Type Rendering and UI saga, we can map GraphUI’s Group’s AABBox to a 8-point Cube, on which we perform the Modelview (Mv) transformation and then produce the 6-plane Frustum. The Group fully culls outside shapes and performs fragment clipping with same Frustum planes in the shader in case clipping has been enabled.
The more… in the title refers to new GraphUI Widgets used in the demo code.
Updated FontView01 video below with performance issues fixes, see Bug 1488, Bug 1489 and Bug 1490.
You may check the Graph and GraphUI related wiki page of ours. Continue reading “GraphUI Frustum Culling & Clipping in Modelview Space and more…”
GraphUI MediaButton Grid with Grouped Controls (GLMediaPlayer)
Resolving Bug 1472, enhance GLMediaPlayer’s AV Synchronization, I produced another demo for the Graph Type Rendering and UI saga exposing multiple GLMediaPlayer utilizing FFMpeg and our JOAL/OpenAL ALAudioSink with PTS accurate System Reference Clock (SCR). You may also check our Bugzilla in regards to GraphUI or for the JOGL / Graph module as well as the easier to access wiki page of ours. Update 2024-01-22: New MediaPlayer widget and UI.
Continue reading “GraphUI MediaButton Grid with Grouped Controls (GLMediaPlayer)”
GraphUI CSS Style Layout, Fonts & More ..
Continuing the Graph Type Rendering and UI saga with some functional updates. Here our new CSS alike Grid and Box Layout as well a glimpse into the migrated symbol fonts via our FontView01. You may also check our Bugzilla in regards to GraphUI or for the JOGL / Graph module as well as the easier to access wiki page of ours.
Continue reading “GraphUI CSS Style Layout, Fonts & More ..”