Neha Patil (Editor)

Graphical user interface builder

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

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.

Contents

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.

Programs

  • App Inventor for Android
  • AutoIt
  • Axure RP
  • C++
  • C++Builder
  • Qt Creator
  • Cocoa/OpenStep
  • Interface Builder
  • dBase
  • Ebase Xi
  • Embedded Wizard
  • FLTK
  • FLUID
  • GNUstep
  • Gorm
  • GEM
  • Resource construction set
  • GTK+
  • Glade Interface Designer
  • Stetic
  • GTK#
  • MonoDevelop
  • Intrinsics
  • Motif
  • LucidChart
  • Object Pascal
  • Delphi
  • Lazarus
  • OpenWindows
  • Pencil
  • Qt
  • Qt Creator
  • Scaleform
  • Tk (framework)
  • ActiveState Komodo (No longer has a GUI builder)
  • Ultimate++
  • VCL (Visual Component Library)
  • Delphi
  • C++Builder
  • Wavemaker
  • WeeScript Automation
  • Windows Presentation Foundation
  • Microsoft Expression Blend
  • nuBuilder
  • wxWidgets
  • wxGlade
  • wxFormBuilder
  • wxCrafter (see CodeLite)
  • XForms (toolkit)
  • Crank Storyboard Suite
  • IDE Plugins

  • NetBeans GUI design tool
  • IDEs with GUI builders

  • ActiveState Komodo (No longer has a GUI builder)
  • Adobe Flash Builder
  • Android Studio
  • Anjuta
  • AwareIM
  • AutoIt3
  • BBj
  • C++Builder
  • Clarion
  • Code::Blocks
  • CodeLite
  • dBase
  • DGLux5
  • Delphi
  • Ebase Xi
  • Eclipse
  • Gambas
  • JDeveloper
  • Just BASIC/Liberty BASIC
  • KDevelop
  • LANSA
  • Lazarus
  • LabWindows/CVI
  • Liberty BASIC Workshop
  • Microsoft Visual Studio
  • MonoDevelop
  • MSEide+MSEgui
  • MyEclipse
  • NetBeans
  • OutSystems
  • Philasmicos Entwickler Studio
  • Purebasic
  • Qt Creator
  • SharpDevelop
  • Softwell Maker
  • WinDev
  • WeeScript Automation
  • wxDev-C++
  • Xcode
  • Xojo
  • References

    Graphical user interface builder Wikipedia