What are you guys using for your GUI?

Hey guys,

right now I’m developing a little 2D game with Slick2D.
For the GUI I’m using nifty, but I have to say that it’s not really fun :smiley:
There are some bugs and only a small community is using it. Documentation is not really good either.

What are you guys using for your GUI? Any tips or tricks?

hi! I’ve tried to find a decent solution for GUI with Slick2d problem… and in the end the best and quick is to go straight and build a custom solution! I mean build a simple button, with a click event attached, is not enough ?

Yeah I was thinking about that too but unfortunately I got stuck with ScrollPanels and stuff :frowning:
Do other frameworks deal better with that topic? For example libGDX?

googling libgdx gui gave me this:

ELkqiMpvMLA

LibGDX Scene2D – UI, Widgets and Skins

That looks quite good. At least better than what I’m stuck with right now.
Guess if I ever finish my slick2d project the next one will be using libGDX (not only because the GUI part) :smiley: