Improved JOGL Integration in VTK (JogAmp 2.6.0)

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)”

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)

After the release of JogAmp 2.6.0 and the launch of Gamp earlier with its initial Graph code, I need to recapitulate the existing Graph and GraphUI code base within Jogl to evaluate our next steps including its Gamp implementation. Continue reading “Next Steps for GraphUI in JogAmp & Gamp (I)”