TWL GUI for LWJGL3

Started by lacombej, February 20, 2016, 02:46:07

Previous topic - Next topic

lacombej

I've been looking around for GUI libraries to use with LWJGL 3 and I've seen that Matthias Mann's TWL is really popular but doesn't currently work with LWJGL3. So I stared at the code for a bit and managed to get some working parts with LWJGL 3.

It's not near perfect yet but it has some functionality. If any wants to look at it feel free to contribute at https://github.com/LacombeJ/TWL_LWJGL3

And I'm still learning LWJGL at the moment and I know there might be some deprecated functionality but I'll try to find it and have it fixed. And if anyone wants to point me in the right direction I'd really appreciate it :).

RonaldK

Quote from: lacom4bej on February 20, 2016, 02:46:07
I've been looking around for GUI libraries to use with LWJGL 3 and I've seen that Matthias Mann's TWL is really popular but doesn't currently work with LWJGL3. So I stared at the code for a bit and managed to get some working parts with LWJGL 3.

It's not near perfect yet but it has some functionality. If any wants to look at it feel free to contribute at https://github.com/LacombeJ/TWL_LWJGL3

And I'm still learning LWJGL at the moment and I know there might be some deprecated functionality but I'll try to find it and have it fixed. And if anyone wants to point me in the right direction I'd really appreciate it :).

Hi lacombe! I looked at the code and it seems pretty good, are you still working on it?

ShchAlexander

Hello man. It looks like he stopped development. But I'm still working on my GUI library with API looks a bit like Swing and JavaFX.
Here is my repo: https://github.com/LiquidEngine/legui
I have several usage examples there (in demo package).

You are welcome to try it and to any kind of contributions!