Jump to content

Graphical user interface builder

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 45.3.27.132 (talk) at 16:09, 17 November 2022 (→‎Misc). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

NetBeans GUI builder

A graphical user interface builder (or GUI builder), also known as GUI designer or sometimes RAD IDE, 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. Such tools usually called the term RAD IDE.

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

Some graphical user interface builders automatically generate all the source code for a graphical control element. Others, like Interface Builder or Glade Interface Designer, 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

Flutter Framework Based

Tk Framework Based

Visual Basic Based

Misc

List of development environments

IDEs with GUI builders (RAD IDEs)

See also

References

  1. ^ "Scene Builder".
  2. ^ "FlutterFlow - Build Native Apps Visually". Retrieved 5 June 2022.
  3. ^ "FlutterStudio". Retrieved 5 June 2022.
  4. ^ "FALL IN LOVE WITH BUILDING APPS". Nowa. Retrieved 5 October 2022.