On Tue, Apr 17, 2007 at 09:10:54AM -0400, Timothy Normand Miller wrote: > On 4/17/07, Ivan Stankovic <[EMAIL PROTECTED]> wrote: > >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.
You should really try glade, it is perfect for creating GUIs quickly. I didn't mention it, but you can use glade with C or C++, it doesn't have to be python. I just find python and pygtk ideal combination for any kind of GUI work. Here's how to get a basic "hello world" up and running using glade and 15 lines of python: http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/ Besides, python doesn't have much of a learning curve, you should be able to understand most of what you need within a couple of hours. -- Ivan Stankovic, [EMAIL PROTECTED] "Protect your digital freedom and privacy, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm" _______________________________________________ Open-graphics mailing list [email protected] http://lists.duskglow.com/mailman/listinfo/open-graphics List service provided by Duskglow Consulting, LLC (www.duskglow.com)
