Dear ImGui
Dear ImGui is a bloat-free graphical user interface library for C++. It outputs optimized vertex buffers that you can render anytime in your 3D-pipeline enabled application. It is fast, portable, renderer agnostic and self-contained (no external dependencies).
License model
- Free • Open Source
Platforms
- Mac
- Windows
- Linux
Features
- C++
- GUI Designer
- MIT License
- OPENGL
Tags
Dear ImGui News & Activities
Recent activities
- POX added Dear ImGui as alternative to Gio
- OOZZY liked Dear ImGui
- Law added Dear ImGui as alternative to Iced
Dear ImGui information
What is Dear ImGui?
Dear ImGui is a bloat-free graphical user interface library for C++. It outputs optimized vertex buffers that you can render anytime in your 3D-pipeline enabled application. It is fast, portable, renderer agnostic and self-contained (no external dependencies).
Dear ImGui is designed to enable fast iterations and to empower programmers to create content creation tools and visualization / debug tools (as opposed to UI for the average end-user). It favors simplicity and productivity toward this goal, and lacks certain features normally found in more high-level libraries.
Dear ImGui is particularly suited to integration in games engine (for tooling), real-time 3D applications, fullscreen applications, embedded applications, or any applications on consoles platforms where operating system features are non-standard.
Said about Dear ImGui as an alternative
Is the most popular GUI library in Github for C++ is even more popular than GTK and QT and is full open source unlike QT, and has better look than QT and GTK
it is one of the few actual cross-platform gui framework that does exactly what gtk does
Comments and Reviews
A good non-overblob library under a MIT license.