Best GUI for SDL application?

Hello,
I would like to put a GUI to my SDL application.
I think I will use GTk.
If somebody have a better recomendation, PLEASE,
I would be happy to know it before start working.---------------------------------
Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout !
Cr?ez votre Yahoo! Mail

Hi,

I made something ( http://fugue.sourceforge.net ) with SDL and QT which was
wonderful ; but after months of developement, I had to realize I had to pay
in order to port my program to Windows. :frowning:

If you plan staying for Linux only, QT is great, and I recommand it.

DomOn Wednesday February 11 2004 13:42, cesar mendoza wrote:

Hello,
I would like to put a GUI to my SDL application.
I think I will use GTk.
If somebody have a better recomendation, PLEASE,
I would be happy to know it before start working.


Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout !
Cr?ez votre Yahoo! Mail


Dominic Genest
?tudiant 3e cycle
D?partement d’Informatique et de G?nie Logiciel
Universit? Laval
97010111

Depends what language your using and how much gui you need. If its quick
and simple you can beat Tk (Tkinter in python) or possibly wxWindows
although im less experienced there. Qt is amazing for doing complex
guis (ive been using it for an image correction application im writing
as a research peoject) and if your unix then the kde libraries (a
superset of qt essentially) provide some really really powerful
facilities (xmlgui, really powerful dialogs, ioslaves). My current
application uses KDE/Qt and renders its image output to an opengl
context. This gives the added bonus of being able to use pixel shaders
for cool effects.

TomOn Wed 11 February 2004 18:42, cesar mendoza wrote:

Hello,
I would like to put a GUI to my SDL application.
I think I will use GTk.
If somebody have a better recomendation, PLEASE,
I would be happy to know it before start working.

I made something ( http://fugue.sourceforge.net ) with SDL and QT which was
wonderful […]

I mean “QT” was wonderful, not my buggy app :)–
Dominic Genest
?tudiant 3e cycle
D?partement d’Informatique et de G?nie Logiciel
Universit? Laval
97010111

Hello !

I have to say it once more,
i think that nothing beats FLTK
in easy usage !!! :slight_smile:

CU

Is it possible to use FLTK and SDL together?
U have any example ?

thnxs
Bruce

Torsten Giebl wrote:>Hello !

I have to say it once more,
i think that nothing beats FLTK
in easy usage !!! :slight_smile:

CU


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

Hello !

Is it possible to use FLTK and SDL together?
U have any example ?

http://www.synolution.com/~wizard/projects/mirkwood/
http://www.synolution.com/~wizard/tmp/MultiWin/
http://www.synolution.com/~wizard/projects/fltk-demo/

CU

Where are the paragui guys at these days?–

;

Jay Vaughan