Re: Graph Type Rendering Updates (Graph UI)
Posted by
Sven Gothel on
Mar 10, 2023; 2:26am
URL: https://forum.jogamp.org/Graph-Type-Rendering-Updates-Graph-UI-tp4042173p4042319.html
OK, I promoted GraphUI to JOGL ... its a WIP of course,
but let's make it more available to play with it ..
commit 3131eaaf5272ca3f0011e334eb08c6ba68702a6c
GraphUI: Promote API to JOGL via graphui.jar or within any jogl-all*.jar (WIP)
Root package is 'com.jogamp.graph.ui.gl', i.e. a sub-package of Graph denoting UI and OpenGL usage.
Implementation will stay small, hence relative files size costs are minimal.
Source and build is in parallel to nativewindow, jogl and newt
and has a dependency to all of them.
The NEWT dependencies are merely the input listener ..