Version 65 of GUI Building Tools

Updated 2013-01-15 18:05:29 by pooryorick

Summary

references and material regarding tools a developer might use to create the framework of an application with a GUI.

Description

[Big needs: a statement about how much Tk developers do withOUT GUI builders; and brief status indications in regards to current support] [is there current support for any of these?]

adavis (28th July 2009) I'm still developing/supporting GRIDPLUS2. The most recent release was 6th February 2009 - I have a new release ready, for which I'm currently doing the finishing touches to the documentation.

Sometimes people confuse a GUI builder with an integrated development environment (aka IDE). A GUI builder typically is just about building the GUI, and seldom has debugging facilities, code management capabilities, etc. Eclipse is an IDE. Anyone know if it also includes a GUI builder?

Tk GUI builders

Basic GUI Builder
cbuild
available in ClassyTk
bwise
TV In general is not a GUI or GUI builder tool, but as part of its functionality, it has strong gui building facilities, except not as average Tk program, but as part of its canvas. The Model view controller type of thinking is easily to follow and make with bwise, as in this simple example: A little multiplication toy.
cells
FriGUI
GRIDPLUS2
Gub
GUIB
GUIBuilder
GUIBuilder
Iplace
JTcl
JX Development Suite
Laying out widgets in a grid
MetaGUI
Move any widget
with tcl/tk Gui Generator (tG²)
MyrmecoX
PureTkGUI
SpecTcl/SpecTix
Spynergy Weblet Developer
TixXf
tkBuilder
TKproE
perhaps, in 2005, the most current of these
TkVSform
VAD
VisualGipsy
Visual Tcl
Wafe
xf

Other GUI Builders

Glade : WJG for Gnocl.

See Also

   [A poor mans GUI]: sometimes recommended when a question about GUI Building Tools come up.  Its form-based model applies to many (most?) GUI applications.

Misc