Alle luned6 agosto 2007, EVman ha scritto: > 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 are very good ruby bindings for Qt, both 3 and 4 and also for KDE 3, if you're interested in it. The project is at http://rubyforge.org/projects/korundum. Regarding documentation, you can use the documentation provided for the C++ Qt library, looking at the site http://developer.kde.org/language-bindings/ruby/index.html for the peculiarities of the ruby version of the library. Stefano