Simple GUI with SDL for mobile development

Hi guys,

I am trying to make a simple game menu on IOS with SDL. I am looking for a
solution with SDL or compatible with SDL.
I have looked into a few GUI toolkits including SDL-widgets, but I would
like to check with you guys what would you recommend ? It is primarly for
mobile development.

Thanks in advance,

Alex

Hi,

I really like the IMGUI approach (e.g. http://sol.gfxile.net/imgui/). I
have a simple implementation in C that should be quite easy to extend or
adjust. You can find it here:

https://bitbucket.org/MartinFelis/glimgui

Cheers,
MartinOn 26.03.2014 00:00, Alexander Chaliovski wrote:

Hi guys,

I am trying to make a simple game menu on IOS with SDL. I am looking for
a solution with SDL or compatible with SDL.
I have looked into a few GUI toolkits including SDL-widgets, but I would
like to check with you guys what would you recommend ? It is primarly
for mobile development.

Thanks in advance,

Alex


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Hi,
I would like to encourage you to my library: https://github.com/Xandev/XAGUI
It’s still work in progress and there are few things that i would like to improve, however you can use it. I have already test it on windows, linux and android, so there shouldn’t be any problems to run it on IOS (if you properly build projects).
If you have any questions pm me.

Thank you guys I will try these but is there a more production proven
library.
I have been looking into these https://www.wxwidgets.org/ and
http://members.chello.nl/w.boeke/SDL-widgets/

~Alex