GUI lib for Graphics?

BlitzMax Forums/BlitzMax Programming/GUI lib for Graphics?

darkhog(Posted 2015) [#1]
Yes, I know we have MaxGUI, but I'm looking for an elegant lib that allows to make controls in Graphics window with custom graphics for each control loaded with LoadImage. Mostly for in-game stuff such as configuration windows, etc.


Derron(Posted 2015) [#2]
CeGUI might be useable for you:

https://github.com/maxmods/bah.mod
-> cegui.mod / ceguidirect3d9.mod / ceguiopengl.mod

There are some other "GUI"-libraries around - some more simple, some more advanced

Mine (grown over the years - so kind of strongly connected to the rest of my framework - and still containing bugs or missing features) could be found there:

https://github.com/GWRon/Dig
with a demo app (showing gui elements)
https://github.com/GWRon/Dig/tree/master/samples/demoapp


bye
Ron