Am Dienstag, 17. April 2007 15:10 schrieb Timothy Normand Miller: > On 4/17/07, Ivan Stankovic <[EMAIL PROTECTED]> wrote: > > On Mon, Apr 16, 2007 at 08:37:34PM -0400, Timothy Normand Miller wrote: > > > I have used wxWidgets before, but I'm sick of C++. I'd much > > > rather use Ruby, but none of its GUI bindings are > > > well-documented, and moreover any GUI toolkit that doesn't have a > > > drag-n-drop builder is a pain, as far as I'm concerned. > > > > I suggest you look at pyGTK and glade: > > > > http://www.pygtk.org > > http://glade.gnome.org > > I presume that this would require learning Python. As such, I think > I would spend more time struggling with the language than I would > productively writing code. > > What I'm waiting to hear is that someone has developed for Linux a > drag-n-drop took for designing GUIs. THAT would make it worth while > to learn a new language, if necessary.
Lazarus is a RAD IDE for GUIs similar to Borland Delphi. It uses the FreePascal compiler. Works on windows, linux (i386/x86-64/ppc/(ppc64?)) with gtk/gtk2 and AFAIK even on MacOS. .. and pascal is anyway the best programming language for almost anything ;-) see http://wiki.freepascal.org _______________________________________________ Open-graphics mailing list [email protected] http://lists.duskglow.com/mailman/listinfo/open-graphics List service provided by Duskglow Consulting, LLC (www.duskglow.com)
