LWJGL 3 GUI Options

Hi,

So I’ve been working on a CAD program for fun in LWJGL3, and my original plan was to use NiftyGUI (which only supported LWJGL2). I’ve been looking around and I cannot find any libraries with support for it. I may fork NifyGUI and code my own LWJGL3 support at some point, because coding a GUI library is… Unnecessarily hard. If anyone has any recommendations (ie good GUI libraries I can port to LWJGL3 on my own some how) please do let me know. I really don’t want to spend 4-5 months making a good GUI library.

Thanks in advance.

You could try to work with TWL. I think the backend rendering classes are separated enough that you could tweak them.