Login  Register

Re: Documentation on GraphUI and GLMediaPlayer

Posted by Sven Gothel on Jun 29, 2025; 2:01am
URL: https://forum.jogamp.org/Documentation-on-GraphUI-and-GLMediaPlayer-tp4043530p4043796.html

2.6.0 RC javadoc:
- <https://jogamp.org/deployment/v2.6.0-rc-20250628/javadoc/jogl/javadoc/index.html?overview-summary.html>

Within jogl, search for demos:
- com.jogamp.opengl.demos.graph.ui.UIShape*
- com.jogamp.opengl.demos.graph.ui.UIScene*
(source also included if you add the jar files, attach the source zip)

Some are simple and self explanatory, some more elaborated.
But w/ the API doc it should be - overall - readable,
depending how much you are into scenegraph and UI.

Graph, GraphUI and the ffmpeg binding are part of JOGL.