Cross plattform GUI

Hi all

I need to build a cross platform GUI (Win, Linux and MacOS) in order to
build a configuration file.

I need combobox, checkbox, text entry etc…

What is the best way to do this to your mind ? Is SDL a fine way to build
it, with a widget tool on top, such as aedGUI or something newer, or is it
better to use Java ?

Thanks

Laurent

With SDL I would suggest Qt (www.trolltech.com)
Jacek

Laurent Coignot napisa?(a):> Hi all

I need to build a cross platform GUI (Win, Linux and MacOS) in order to
build a configuration file.

I need combobox, checkbox, text entry etc…

What is the best way to do this to your mind ? Is SDL a fine way to
build it, with a widget tool on top, such as aedGUI or something newer,
or is it better to use Java ?

Thanks

Laurent



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

wxWindows sounds better, as it’s completely free.

“Jacek Dylak” ???:42AEA76D.7020408 at gazeta.pl…> With SDL I would suggest Qt (www.trolltech.com)

Jacek

“Jacek Dylak” ???:42AEA76D.
7020408 at gazeta.pl

With SDL I would suggest Qt (www.trolltech.com)
Jacek

wxWindows sounds better, as it’s completely free.

Especially because neither of them can interoperate with SDL in-
process on Mac OS X… :slight_smile:

-bobOn Jun 14, 2005, at 7:44 AM, RocWood wrote:

hi laurent,

apparently the suggested GUIs like QT and wxWindows are very large
libraries for many rendering targets, which involves loads of abstraction
and this leads to a big amount of bloat and complexity.
ontop SDL you obviously need just one rendering target for beeing portable,
so a library specialized on SDL would be lot smaller and faster.
i wrote such a library, and it has a very flat, straightforward API which
is documented using doxygen. the library is currently in a pre-release state,
but it will be released soon. if you’re interested, go and have a look at:

http://www.blah.ch/libsgui/

it has been built and tested successfully on linux, windows and os x.
you can mail me privately if you have any questions to the library.

greets,
romanOn Tue, 14 Jun 2005 11:37:45 +0200 “Laurent Coignot” <l.coignot at ayrtontechnology.com> wrote:

Hi all

I need to build a cross platform GUI (Win, Linux and MacOS) in order to
build a configuration file.

I need combobox, checkbox, text entry etc…

What is the best way to do this to your mind ? Is SDL a fine way to build
it, with a widget tool on top, such as aedGUI or something newer, or is it
better to use Java ?

Thanks

Laurent

It sounds like everybody agree on this issue.
I will look at wxWindows. Moreover, I prefer C++ to java…
Thanks to everyone …
Laurent

-----Message d’origine-----
De?: sdl-bounces+l.coignot=ayrtontechnology.com at libsdl.org
[mailto:sdl-bounces+l.coignot=ayrtontechnology.com at libsdl.org] De la part de
RocWood
Envoy??: mardi 14 juin 2005 13:44
??: sdl at libsdl.org
Objet?: [SDL] Re: Cross plattform GUI

wxWindows sounds better, as it’s completely free.

“Jacek Dylak” ???:42AEA76D.7020408 at gazeta.pl…> With SDL I would suggest Qt (www.trolltech.com)

Jacek


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

Hello !

My favourite is using SDL with FLTK :

http://www.syntheticsw.com/~wizard/projects/multiwin/
http://www.syntheticsw.com/~wizard/projects/mirkwood/
http://www.syntheticsw.com/~wizard/projects/fltk-demo/

CU> With SDL I would suggest Qt (www.trolltech.com)

Jacek

Laurent Coignot napisa??(a):

Hi all

I need to build a cross platform GUI (Win, Linux and MacOS) in order to
build a configuration file.

I need combobox, checkbox, text entry etc…

What is the best way to do this to your mind ? Is SDL a fine way to
build it, with a widget tool on top, such as aedGUI or something newer,
or is it better to use Java ?

Thanks

Laurent



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


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