LWJGL and FengGUI

Hey,
Because of a lack of accessible documentation of fengGui,
I’m in need on some assistance in using it. Because the javadoc will not load.

Now, I know its built on top of lwjgl, but how can you effectively use the two together?

It looks like FengGUI is dead or dying, the last update/post/news is from January 2009…3 years ago!!! :o

I suggest you use TWL, it is an excellent and constantly developed GUI library :slight_smile:

Nifty Gui is nice too but its memory footprint disappointed me.

There is also scene2d in libgdx.

May, not January.

FengGUI was still being developed past that - I was submitting patches until about Jan 2010, when I left the company where I was using it, and there were a handful of other active forum users. But it did suffer from a main developer (possibly the previous one - my memory’s hazy on the details) who didn’t know how to use SVN branches, so decided to start a massive refactor in the trunk and then left it half-finished.

There should be a few examples which demonstrate how to use it with LWJGL, but if there’s another library which meets your requirements I would try that first.

Yeah TWL looks a lot better.

What about PureSwing? As far as I know, it has a LWJGL backend.

Maybe it’s just me being a grumpy picky sourpuss, but I kind of expect a web page for a gui toolkit to contain at least a screenshot or two.

PureSwing is ‘deprecated’ (it works in OpenGL as I use it in my game, but it’s alpha quality, wouldn’t recommend it for other users).

While working on it I realized it will be better to start from scratch to achieve my goals. This new library is currently in development.

You’re being silly. Whether one themable widget library looks better than another is largely down to the themes, not the libraries.

Ok, thank you for these pieces of information. Please feel free to create another thread to tell us more about your new library. I would have loved to use PureSwing with another backend based on Agile2D.

I meant the code itself, it was more complete and at least documented.

Oh, I see. That makes a lot more sense.