What to use for GUI elements

Hi,
I have written my pong game. Now I would like to make it possible
to change some settings (ball speed, paddle speed …).
For this I would like to use spinbox or slider.
Also later I would find use for text input, combo box, lists,
buttons (all sort) etc.
Any recommendation?

Martin

There are GUI libs on top of SDL, though I haven’t used them.
Check http://www.libsdl.org/ , under the “Libraries” page, and search around.
“Paragui” is one I hear mentioned a lot, but again – I haven’t used any
myself. I just roll my own. You can, too!On Wed, Aug 06, 2008 at 05:05:55PM +0200, Martin wrote:

Hi,
I have written my pong game. Now I would like to make it possible
to change some settings (ball speed, paddle speed …).
For this I would like to use spinbox or slider.
Also later I would find use for text input, combo box, lists,
buttons (all sort) etc.
Any recommendation?


-bill!
“Tux Paint” - free children’s drawing software for Windows / Mac OS X / Linux!
Download it today! http://www.tuxpaint.org/

look at guichan ? i have heard of it only, havent tried it.

mattOn Wed, 6 Aug 2008, Bill Kendrick wrote:

On Wed, Aug 06, 2008 at 05:05:55PM +0200, Martin wrote:

Hi,
I have written my pong game. Now I would like to make it possible
to change some settings (ball speed, paddle speed …).
For this I would like to use spinbox or slider.
Also later I would find use for text input, combo box, lists,
buttons (all sort) etc.
Any recommendation?

There are GUI libs on top of SDL, though I haven’t used them.
Check http://www.libsdl.org/ , under the “Libraries” page, and search around.
“Paragui” is one I hear mentioned a lot, but again – I haven’t used any
myself. I just roll my own. You can, too!


-bill!
“Tux Paint” - free children’s drawing software for Windows / Mac OS X / Linux!
Download it today! http://www.tuxpaint.org/


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

Thank you. I will check mentioned libraries.
MartinOn Wed, Aug 06, 2008 at 02:17:01PM -0500, mattmatteh at mac.com wrote:

look at guichan ? i have heard of it only, havent tried it.

There are GUI libs on top of SDL, though I haven’t used them.
Check http://www.libsdl.org/ , under the “Libraries” page, and search
around.
“Paragui” is one I hear mentioned a lot, but again – I haven’t used any
myself. I just roll my own. You can, too!