Portable GUI's

Hello, I’m doing some research on making a digital imaging program,
specifically for photos. I was going to use SDL but I also needed a GUI.
What would be a good portable GUI to use? paraGUI looked nice but it’s
all in C++ which I would like to avoid as the rest of the project is in
C. Also, can I make two windows with one SDL application? So I can have
controls and buttons in one window and the image in another? Thanks.–
Garrett - http://www.mongeese.org/

“The distinguishing mark of true adventures, is that it is often no fun
at all while they’re actually happening.”

  • Kim Stanley Robinson

Hello, I’m doing some research on making a digital imaging program,
specifically for photos. I was going to use SDL but I also needed a GUI.
What would be a good portable GUI to use? paraGUI looked nice but it’s
all in C++ which I would like to avoid as the rest of the project is in
C. Also, can I make two windows with one SDL application? So I can have
controls and buttons in one window and the image in another? Thanks.

You can do this with various GUI toolkits on Linux:
http://www.turricane.org/~wizard/projects/fltk-demo/
http://www.libsdl.org/projects/gtk-demo
http://www.libsdl.org/projects/tcl-demo

See ya,
-Sam Lantinga, Software Engineer, Blizzard Entertainment

Hello, I’m doing some research on making a digital imaging program,
specifically for photos. I was going to use SDL but I also needed a GUI.
What would be a good portable GUI to use? paraGUI looked nice but it’s
all in C++ which I would like to avoid as the rest of the project is in
C. Also, can I make two windows with one SDL application? So I can have
controls and buttons in one window and the image in another? Thanks.

One of the best portable GUIs I’ve found is wxWindows. Though it is
C++, I think it has some major advantages because it maintains the
native look-and-feel of the OS it runs on.

Joe

But I’ve heard it was slower to the native library although the API is cross
platform.
I’ve tried it on my old Pentium MMX 166 with 32 Mb RAM ( I know the machine
was real far obsolete, but I just wanted to made a point; the native one
still run fine for this machine ; - > )

Regards,
Kok Cheong> -----Original Message-----

From: Joe Tennies [SMTP:rotund at fatnsoft.com]
Sent: Friday, November 22, 2002 11:36 AM
To: sdl at libsdl.org
Subject: Re: [SDL] Portable GUI’s

Hello, I’m doing some research on making a digital imaging program,
specifically for photos. I was going to use SDL but I also needed a GUI.

What would be a good portable GUI to use? paraGUI looked nice but it’s
all in C++ which I would like to avoid as the rest of the project is in
C. Also, can I make two windows with one SDL application? So I can have
controls and buttons in one window and the image in another? Thanks.

One of the best portable GUIs I’ve found is wxWindows. Though it is
C++, I think it has some major advantages because it maintains the
native look-and-feel of the OS it runs on.

Joe


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl