nelsonxb / GraphPaperRaceGame

Implementation of Racetrack (graph paper game)
MIT License
0 stars 0 forks source link

Decide on GUI system #20

Closed nelsonxb closed 9 years ago

nelsonxb commented 9 years ago

We need a GUI (for menus etc.) soon. But, before we get one, we need to decide on how the GUI will be created.

There are a number of options (some found on LWJGL wiki):

nelsonxb commented 9 years ago

NiftyGUI appears to be really difficult to import into the project.

I haven't found any form of documentation at all on Gooei.

FengGUI appears to be stale.

The only other library I can seem to find is the other one listed on the LWJGL wiki, TWL, but from what I can see (which isn't much), it doesn't have any kind of special support for Slick2d. It also looks to be stale.

Unless you have made some other magical discovery, I'm seeing two options:

RSteyn commented 9 years ago

Creating our own. Decided.

nelsonxb commented 9 years ago

See NelsonCrosby/QuickSlickUI