Skip to content
Surf Wiki
Save to docs
general/graphical-control-elements

From Surf Wiki (app.surf) — the open knowledge base

Graphical user interface builder

Software development tool


Software development tool

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 the 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 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

  • GTK / Glade Interface Designer
  • Motif
  • XForms (toolkit) fdesign
  • Intrinsics

C# based

  • UWP / Windows Presentation Foundation / WinForms
    • Microsoft Visual Studio XAML Editor, XAML based GUI layout
    • Microsoft Expression Blend
    • SharpDevelop
  • Xamarin.Forms / .NET Core
    • Xamarin Studio

C++ based

  • UWP / Windows Presentation Foundation / WinForms
    • Microsoft Visual Studio XAML Editor, XAML based GUI layout
    • Microsoft Blend
  • Qt (toolkit)
    • Qt Creator
  • FLTK
    • FLUID
  • JUCE
  • U++
  • wxWidgets
    • wxFormBuilder

Objective-C / Swift based

  • Cocoa (modern) and Carbon (deprecated).
    • Xcode
  • GNUstep (formerly OpenStep)
    • Gorm

Java based

  • Android Studio, XML-based GUI layout
  • NetBeans GUI design tool

HTML/JavaScript based

  • Adobe Dreamweaver

Python based

Object Pascal based

  • Delphi / VCL (Visual Component Library)
  • Lazarus / LCL (Lazarus Component Library)

Tk framework based

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

Visual Basic based

  • UWP / Windows Presentation Foundation / WinForms
    • Microsoft Visual Studio XAML Editor, XAML based GUI layout
    • Microsoft Expression Blend

Other tools

  • Adobe Animate
  • App Inventor for Android
  • AutoIt
  • Creately
  • Embedded Wizard
  • GEM
  • Interface Builder
  • LucidChart
  • OpenWindows
  • Resource construction set
  • Stetic
  • Scaleform
  • Wavemaker

List of development environments

IDEs with GUI builders ([[Rapid application development|RAD]] [[Integrated development environment|IDEs]])

  • 4D
  • ActiveState Komodo (No longer has a GUI builder)
  • Android Studio
  • Anjuta
  • AutoIt3
  • C++Builder
  • Clarion
  • Code::Blocks
  • CodeLite
  • dBase
  • Delphi/RAD Studio
  • Embedded Wizard
  • Eclipse
  • Gambas
  • IntelliJ IDEA
  • InForm
  • JDeveloper
  • KDevelop
  • LabWindows/CVI
  • LANSA
  • Lazarus
  • Liberty BASIC
  • Microsoft Visual Studio
  • MonoDevelop
  • MSEide+MSEgui
  • MyEclipse
  • NetBeans
  • OutSystems
  • PascalABC.NET
  • Projucer
  • Purebasic
  • Qt Creator
  • SharpDevelop
  • Softwell Maker
  • U++
  • VB6
  • WinFBE
  • Xcode
  • Xojo

References

References

  1. Zarras, Apostolos V.; Mamalis, Georgios; Papamichail, Aggelos; Kollias, Panagiotis; Vassiliadis, Panos. (2018). "And the Tool Created a GUI That was Impure and Without Form: Anti-Patterns in Automatically Generated GUIs". ACM.
Info: Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Graphical user interface builder — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report