LWJGL 3.1 + NIFTY GUI or other GUI Library

Hey guys…

Someone there already integrated both of them? LWJGL 3.1 and the Nifty to create GUI?

There is a good place to start? I just found old topics here and with the new stuff in lwjgl managing windows with the glfw and others options I don’t know how much efforts are necessary to use them together.

Use the NanoVG seems an “go horse style” approach … too low level for my needs.

Yesterday I put the OpenGL graphics in a JavaFX Application… but the performance goes down even using flags to allow more than 60fps. Besides it, I must copy pixels from the opengl to writable image … and the cost to do it is high.

I know that has different topics related to it… but they didn’t helped as I expected.