From: "mail@..." Date: 2008-06-09T17:30:10+09:00 Subject: Re: Desktop multi-plataform ruby app On Jun 6, 8:50 pm, Israel Guerra wrote: > [Note:  parts of this message were removed to make it a legal post.] > > Hail everyone! > > This is my first post here. :) > > I want to develop a desktop app that runs in either linux or windows. > I have many doubts about which GUI i should use. What's the best option? I > heard about wxwidgets or tk, but have no idea of what i should use. > > I would prefer something that has a graphical app that can help me creating > the visual part. > > Thanks and best regards. > > -- > Guerra QT, Ruby and Rubyscript2exe is a great combination. There is qt designer for building the gui. The widgets look good on windows. All that is required to get started on windows: *)download the one click installer *)download and install the qtruby gem The only disadvantage that i can see: *)is the licensing if you are not developing open source software. *)once the script is packaged (so that you can use it on other PCs) using rubyscript2exe there is a few seconds delay before the app is loaded. Mark