Graphical user interface builder

A graphical user interface builder (or GUI builder), also known as GUI designer, is a software development tool that simplifies the creation of GUIs by allowing the designer to arrange graphical control elements (often called widgets) using a drag-and-drop WYSIWYG editor. Without a GUI builder, a GUI must be built by manually specifying each widget's parameters in source-code, with no visual feedback until the program is run.

User interfaces are commonly programmed using an event-driven architecture, so GUI builders also simplify creating event-driven code. This supporting code connects widgets with the outgoing and incoming events that trigger the functions providing the application logic.

Some graphical user interface builders, such as e.g. Glade Interface Designer, automatically generate all the source code for a graphical control element. Others, like Interface Builder, generate serialized object instances that are then loaded by the application.

List of GUI builders

C Language Based

C# Based

C++ Based

Objective-C / Swift Based

Java-Based

HTML/Javascript Based

Object Pascal Based

Tk Framework Based

  • Tk (framework)
  • ActiveState Komodo (No longer has a GUI builder)

Visual Basic Based

Misc

List of development environments

IDEs with GUI builders

gollark: It can *appear* like many users with different names and avatars.
gollark: Well, mine is better due to its use of webhooks.
gollark: Oh, another bot has this.
gollark: HUh?
gollark: Basically:- someone configures a channel as the "phone channel"- people can then dial that, or you can dial to other ones in it- if the other end accepts, a call is set up and messages are relayed between each channel until you hang up

See also

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.