sciview
sciview copied to clipboard
Advanced UI
For tracking thoughts/links about possible UI ideas:
https://github.com/LiquidEngine/legui - UI library on LWJGL3 https://github.com/cout970/Modeler - 3D model editing program in Kotlin with LWJGL and legui
Pretty cool stuff in principle, the downside is that legui uses NanoVG, which in turn is pretty heavily tied to OpenGL. Nuklear (https://github.com/vurtun/nuklear) is easier to handle on that sight and could probably be very well integrated with scenery, as it does not tie so deeply into the OpenGL state machine.
See e.g. https://github.com/LWJGL/lwjgl3/blob/master/modules/samples/src/test/java/org/lwjgl/demo/nuklear/GLFWDemo.java for a Java-based demo