Graphical user interface builder
This article needs more citations. (November 2025) |
| Part of a series on |
| Software development |
|---|

A graphical user interface builder (or GUI builder), also known as GUI designer or sometimes rapid application development (RAD) integrated development environment (IDE), is a software development tool that simplifies creating graphical user interfaces (GUIs) by allowing a designer to arrange graphical control elements (often called widgets) using a drag-and-drop WYSIWYG editor.[1] 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
C# based
- UWP, Windows Presentation Foundation, WinForms
- Microsoft Visual Studio XAML Editor, XAML based GUI layout
- Microsoft Expression Blend
- SharpDevelop
- Xamarin.Forms, .NET
- Xamarin Studio
C++ based
- UWP, Windows Presentation Foundation, WinForms
- Microsoft Visual Studio XAML Editor, XAML based GUI layout
- Microsoft Blend
- Qt (software)
- FLTK
- JUCE
- U++
- wxWidgets
Objective-C, Swift based
Java based
- Android Studio, XML-based GUI layout
- NetBeans GUI design tool
HTML–JavaScript based
Python based
Object Pascal based
- Delphi, Visual Component Library (VCL)
- Lazarus, Lazarus Component Library (LCL)
Tk framework based
- Tk (software) for Tcl
- Komodo Edit (No longer[when?] 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
- 4D
- Komodo Edit (No longer[when?] 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
See also
- Model–view–controller
- Web template system
- Rapid application development (RAD)
- Human interface guidelines (HIG)
- Human interface device
- User interface markup language
- User interface modeling
- Linux on the desktop
References
- ^ 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" (PDF). Proceedings of the 23rd European Conference on Pattern Languages of Programs (EuroPLoP '18). Irsee, Germany: ACM. doi:10.1145/3273418.3273450.
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.