imgui
GUI library
A lightweight graphical user interface library for C++ designed for fast iterations and tooling in game engines and real-time applications.
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
61k stars
1k watching
10k forks
Language: C++
last commit: 6 days ago
Linked from 11 awesome lists
apicplusplusframeworkgame-developmentgame-enginegamedevguiimguiimmediate-guilibrarymulti-platformnativetoolkittoolsui
Related projects:
Repository | Description | Stars |
---|---|---|
ubisoft/imgui | A lightweight, fast, and portable C++ library for building graphical user interfaces in real-time applications | 27 |
dmccloskey/imgui | A lightweight, immediate mode GUI library for C++ that outputs optimized vertex buffers for efficient rendering in various applications. | 6 |
flix01/imgui | A lightweight, self-contained C++ library for building graphical user interfaces in games and other applications. | 397 |
andlabs/libui | A portable GUI library for C that uses native GUI technologies of each platform. | 10,732 |
yak32/glw_imgui | An IMGUI implementation providing a simple and code-driven GUI system with basic support for layouting, themes, multithreading, and graphics API independence. | 52 |
cegui/cegui | A C++ library for creating cross-platform graphical user interfaces for games and rendering applications | 466 |
ggerganov/imtui | A C++ library that provides an immediate mode text-based user interface | 3,099 |
cedricguillemet/imguizmo | A small, high-level library for building 3D scene editing tools with Dear ImGui | 3,216 |
cimgui/cimgui | An intermediate layer to bind C++ immediate mode GUI Dear ImGui to other languages | 1,508 |
airguanz/imgui-filebrowser | A file browser implementation built on top of dear-imgui for creating an intuitive user interface for navigating and managing files. | 674 |
sfml/imgui-sfml | A library that provides an ImGui backend for use with SFML, allowing developers to create graphical user interfaces. | 1,150 |
mygui/mygui | A cross-platform library for creating graphical user interfaces (GUIs) for games and 3D applications. | 728 |
nelarius/imnodes | A small, dependency-free node editor for Dear ImGui. | 2,080 |
bkaradzic/bgfx | A cross-platform graphics rendering library providing a common interface to various graphics APIs and platforms | 15,087 |
krasjet/imgui_juce | A JUCE backend for integrating Dear ImGui into audio plugins. | 38 |