sciview icon indicating copy to clipboard operation
sciview copied to clipboard

Advanced UI

Open kephale opened this issue 7 years ago • 2 comments

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

kephale avatar Aug 16 '18 05:08 kephale

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.

skalarproduktraum avatar Sep 03 '18 22:09 skalarproduktraum

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

skalarproduktraum avatar Sep 03 '18 22:09 skalarproduktraum