Login  Register

Documentation on GraphUI and GLMediaPlayer

classic Classic list List threaded Threaded
2 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Documentation on GraphUI and GLMediaPlayer

mahesh
Is there any documentation on how to use GraphUI, new Shape based FontRenderer and GLMediaPlayer with jogl2.5.0?

Do they work directly or depend on other libraries?
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Documentation on GraphUI and GLMediaPlayer

Sven Gothel
Administrator
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.