You are not logged in.

#1 2006-01-03 11:41:56

dust
Member
Registered: 2005-06-04
Posts: 152
Website

gui toolkits

I'm trying to decide which toolkit to stick to and become proficient in. Though I'm sure it would be good to learn multiple toolkits, I rather to stick to just one. I'm debating between gtk and tk. No qt because I've yet to get a qt application working in windows, and right now I'm stuck mainly developing in windows with linux in mind. I'm programming in Ruby, so if you want to suggest an alternative to the 2 listed above please link me to the Ruby bindings for that toolkit smile .

I don't really care about skinability, I'd rather focus on functionality and performance rather than aesthetics.

Any insights into gtk or tk would be appreciated aswell.


Writing stories for a machine.

Offline

#2 2006-01-03 13:15:28

dust
Member
Registered: 2005-06-04
Posts: 152
Website

Re: gui toolkits

Ruby distribution usually comes with Tk bindings built in. Its why I considered it. The tk examples I've been playing with load faster than their equivilant in GTK. Maybe its just that I was loading them in windows, either way, it just seems fast. I like lean aswell smile .


Writing stories for a machine.

Offline

#3 2006-01-03 14:07:59

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: gui toolkits

More applications out there are GTK, I dont frequently, or even at all use any TK apps. I programmed utilising TK before, so I dont know how it handles as a toolkit, but i do know it's butt ugly.

Take a look at AMSN, the number one requests for change there are for anti-aliased fonts, proper unicode support, and something less ugly.

iphitus

Offline

#4 2006-01-05 00:45:26

madhatter
Member
From: Freudenstadt, Germany
Registered: 2004-09-01
Posts: 59

Re: gui toolkits

Have you tried wxWindows?

Offline

#5 2006-01-05 04:37:59

dust
Member
Registered: 2005-06-04
Posts: 152
Website

Re: gui toolkits

wxWindows just uses gtk bindings doesn't it?


Writing stories for a machine.

Offline

#6 2006-01-05 06:46:25

deficite
Member
From: Augusta, GA
Registered: 2005-06-02
Posts: 693

Re: gui toolkits

wxWindows has support for any GUI toolkit, provided you have the software and configuration set up for it.

I personally just use plain ol' GTK. I like the way it's organized and I don't have to do a lot of thinking when I use it, I just plop some widgets down, set up some signals, and then look at my pretty interface that I constructed in less than an hour. Not many machines that run X don't have GTK installed either, so you don't have to worry about people downloading dependencies. It makes me happy smile

Offline

#7 2006-01-05 15:24:01

xerverius
Member
From: ~
Registered: 2004-11-02
Posts: 230
Website

Re: gui toolkits

If you're already running a program that uses gtk (or an other toolkit), most of the libraries are already loaded in the memory. So if you want (startup/load) speed, it's better to use 1 toolkit.

GTK is also a well maintained and tested toolkit, probably better than tk (but i don't know anything about tk).

Offline

#8 2006-01-05 21:28:51

deficite
Member
From: Augusta, GA
Registered: 2005-06-02
Posts: 693

Re: gui toolkits

Offline

Board footer

Powered by FluxBB