Purpose: to gather into one place references and material regarding tools a developer might use to create the framework of an application with a [GUI]. ---- * cbuild available in [ClassyTk] * [cells] * [FriGUI] * [GRIDPLUS] * [GUIBuilder] * [Iplace] * [JTcl] * [JX Development Suite] * [Komodo] - an IDE with a GUI Builder, sold by [ActiveState] * [MetaGUI] * [MyrmecoX] * [SpecTcl]/SpecTix * [Spynergy Weblet Developer] * [TixXf] * [tkBuilder] * [TKproE], perhaps, in 2005, the most current of these * [VAD] * Visual[Gipsy] * [Visual Tcl] * [Wafe] * [xf] ---- Sometimes, people recommend [A poor mans GUI] when a question about GUI Building Tools come up. Its form-based model applies to many (most?) GUI applications. ---- 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. [Komodo] is an example of an IDE with GUI builder. ---- [TV] In general [bwise] is not a GUI or GUI builder tool, but as part of its functionality, it's got strong gui building facilities, except not as average Tk program, but as part of it's canvas. Model view controler type of thinking is easily to follow and make with bwise, as in this simple example: [A little multiplication toy] . ---- [[ [Category Application] | [Category Dev. Tools] | [Category GUI] ]]