PDA

View Full Version : Best Gui



JNowka
May 23rd, 2006, 02:44 AM
I was wondering which cross-platform gui programming utility was best for Ubuntu. Doesn't matter what language, Im bored.

queenorych
May 25th, 2006, 06:21 PM
java, wxwidgets (C++, python, .NET) etc. QT, GTK (linux, win, os/2, I think osX)

Lord Illidan
May 25th, 2006, 06:22 PM
Try mono, it is a port of C#.

Kvark
May 25th, 2006, 06:47 PM
wxWidgets uses the native widgets on Gnome, Windows and OSX. So it blends in with the environment and theme just as perfectly as a native platform specific app on all major environments except KDE.

mostwanted
May 26th, 2006, 09:11 PM
Try mono, it is a port of C#.

First of all, Mono is not a port of anything and it's not a programming language either, it's an open source implementation of the .NET platform that runs on *NIX and Windows (where the most popular language for it is called C#).

Also, he's asking for gui toolkits not programming languages.

Lord Illidan
May 26th, 2006, 09:15 PM
First of all, Mono is not a port of anything and it's not a programming language either, it's an open source implementation of the .NET platform that runs on *NIX and Windows (where the most popular language for it is called C#).

Also, he's asking for gui toolkits not programming languages.

Excuse my ignorance..

But Mono has an IDE monodevelop, and one can develop GUIs with GTK#, right?

So it is a gui toolkit.. ok, perhaps GTK is the gui toolkit then.

What about Qt? It is also a toolkit.