I am just playing with Ruby at the moment, although seriously enough to
buy a couple of books, so I am still in the command line learning mode (on
Linux).
I was wondering what Ruby folks use to build gui apps. I notice that TK
sort of supports Ruby, but I haven't found much documentation on that yet.
Possibly QT?
There's Tk, Qt, GTK, Fox, Wx, and other more obscure widget sets. Like
WideStudio. If you search through the Ruby Application Archive you can
scope some of these out. As for the best, it depends on your
preferences --- lightweight versus heavyweight, more object oriented
versus more primitive, etc.
···
On Aug 6, 10:04 am, EVman <no...@nowhere.com> wrote:
I am just playing with Ruby at the moment, although seriously enough to
buy a couple of books, so I am still in the command line learning mode (on
Linux).
I was wondering what Ruby folks use to build gui apps. I notice that TK
sort of supports Ruby, but I haven't found much documentation on that yet.
Possibly QT?
I am just playing with Ruby at the moment, although seriously enough to
buy a couple of books, so I am still in the command line learning mode (on
Linux).
I was wondering what Ruby folks use to build gui apps. I notice that TK
sort of supports Ruby, but I haven't found much documentation on that yet.
Possibly QT?
I am just playing with Ruby at the moment, although seriously enough to
buy a couple of books, so I am still in the command line learning mode (on
Linux).
I was wondering what Ruby folks use to build gui apps. I notice that TK
sort of supports Ruby, but I haven't found much documentation on that yet.
Possibly QT?
I'd suggest JRuby/Swing, for crossplatform compatibility.
Ken
EVman wrote:
···
I am just playing with Ruby at the moment, although seriously enough to
buy a couple of books, so I am still in the command line learning mode (on
Linux).
I was wondering what Ruby folks use to build gui apps. I notice that TK
sort of supports Ruby, but I haven't found much documentation on that yet.
Possibly QT?
I am just playing with Ruby at the moment, although seriously enough to
buy a couple of books, so I am still in the command line learning mode (on
Linux).
I was wondering what Ruby folks use to build gui apps. I notice that TK
sort of supports Ruby, but I haven't found much documentation on that yet.
Possibly QT?
Anybody?
Thanks
EVMan
Try on some shoes from _why! Ultra simple little gui toolkit that
seems great for learning.
Forgot to give my $0.02 US. Personally the Qt widget set fit my way of
development the best. For Windows it can be more restrictive (license
wise) and tougher to work with using Ruby (compiling) but it seemed to
do the job...
···
On Aug 6, 10:07 am, gregarican <greg.kuj...@gmail.com> wrote:
On Aug 6, 10:04 am, EVman <no...@nowhere.com> wrote:
> I am just playing with Ruby at the moment, although seriously enough to
> buy a couple of books, so I am still in the command line learning mode (on
> Linux).
> I was wondering what Ruby folks use to build gui apps. I notice that TK
> sort of supports Ruby, but I haven't found much documentation on that yet.
> Possibly QT?
> Anybody?
> Thanks
> EVMan
There's Tk, Qt, GTK, Fox, Wx, and other more obscure widget sets. Like
WideStudio. If you search through the Ruby Application Archive you can
scope some of these out. As for the best, it depends on your
preferences --- lightweight versus heavyweight, more object oriented
versus more primitive, etc.