You are here

Best GUI programming language?

10 posts / 0 new
Last post
paladin225
Offline
Last seen: 16 years 10 months ago
Joined: 2007-05-02 19:30
Best GUI programming language?

I dabble in programming in my spare time (mostly PHP, but I know a little Java and a little C++), and I'm curious: what's the best language for writing GUI-driven applications?

I'd prefer something that can actually be compiled into an executable, like C(++), rather than Python/Java/etc. because I don't want to require that a colossal interpreter be installed (obviously portability would be a nice benefit of this). Also, I'd like to be able to focus on writing code, not tedious GUI-building, so simplicity is another aspect.

Any thoughts?

Rick Smith // Paladin225

m2
Offline
Last seen: 13 years 2 months ago
Joined: 2006-12-12 12:00
I don't know this really

I don't know this really well, but Delphi is famous for being good here ( and only here Wink )
You can also use Brainfuck. It's text based, but I'd love to see an ASCII art ui written in it Biggrin

"Those people who think they know everything are a great annoyance to those of us who do." Asimov

John Bentley
John Bentley's picture
Offline
Last seen: 14 years 8 months ago
Developer
Joined: 2006-01-24 13:26
If you are doing somthing

If you are doing somthing really simple I would use AutoIt. I used it for quite a few programs.

cowsay Moo
cowthink 'Dude, why are you staring at me.'

m2
Offline
Last seen: 13 years 2 months ago
Joined: 2006-12-12 12:00
AFAIK there's no AI

AFAIK there's no AI compiler. It can be wrapped to interpreting stub (just like NSIS or AHK). And the interpreter starts up quite slowly...But I can tell nothing bad about the language.

"Those people who think they know everything are a great annoyance to those of us who do." Asimov

Steve Lamerton
Steve Lamerton's picture
Offline
Last seen: 10 years 7 months ago
Developer
Joined: 2005-12-10 15:22
No question,

wxWidgets wins hands down for me every time. It is a C++ GUI framework with some great dev tools. Even better I managed to implement localisation in PUSS/Toucan using wxWidgets in less than ten lines. And its cross platform to boot Smile

Yours

Steve Lamerton

My Blog

paladin225
Offline
Last seen: 16 years 10 months ago
Joined: 2007-05-02 19:30
Sounds good...

Sounds good... I'll have a look into it. Is there one particular IDE that is particularly good for using wxWidgets?

(And what's PUSS/Toucan?)

Rick Smith // Paladin225

Rick Smith // Paladin225

Steve Lamerton
Steve Lamerton's picture
Offline
Last seen: 10 years 7 months ago
Developer
Joined: 2005-12-10 15:22
Well,

I use DialogBlocks (commercial), but Code::Blocks and wxDev-Cpp are both open source and very good. An easy way to get DialogBlocks is with the official book, a copy is included. As for PUSS/Toucan well, here is the main link for the moment, if you want to have a look the source is in SVN here.
If you go with it and ever want a hand, just ask and I'll put up my e-mail (although it is already on this site if you look!)

Yours

Steve Lamerton

My Blog

paladin225
Offline
Last seen: 16 years 10 months ago
Joined: 2007-05-02 19:30
Thanks...

I'll have a look at those...

Which is easier to use/get set up?

Rick Smith // Paladin225

Rick Smith // Paladin225

Steve Lamerton
Steve Lamerton's picture
Offline
Last seen: 10 years 7 months ago
Developer
Joined: 2005-12-10 15:22
I think,

although don't quote me on this, that the most recent Code::Blocks nightlies are portable by default, so that might be easier, its more of a personal preference thing though.

Yours

Steve Lamerton

My Blog

paladin225
Offline
Last seen: 16 years 10 months ago
Joined: 2007-05-02 19:30
Portability is nice...

... but I was referring to figuring it out Smile

I'm not very good at C++, and GUI programming is beyond me. I'm looking for the most helpful IDE. Is Code::Blocks good at that?

Rick Smith // Paladin225

Rick Smith // Paladin225

Log in or register to post comments