mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-16 14:28:29 +01:00
9e52e73e9ba07b87612a749f8029a27256344d0b

* Update to imgui v1.52 * Fixed missing ig prefix and struct identifier * missing struct identifier * Removed obsolete functions * Possible fix * Removed wild ImFont::Glyph * Noticed out of order Color enum value
cimgui 
This is a thin c-api wrapper for the excellent C++ intermediate gui imgui. Most of the functions have wrapper counterparts now, missing stuff is added on a as-needed basis (PR welcome). This library is intended as a intermediate layer to be able to use imgui from other languages that can interface with C (like D - see D-binding)
Notes:
- currently this wrapper is based on version 1.51 of imgui
- does not compile with pure C compiler yet (for writing bindings in languages that are able to use C-ABI it is enough though, see D-bindings)
usage
- clone
- make using makefile on linux/osx
- use whatever method is in ImGui c++ namespace in the original imgui.h by prepending
ig
- methods have the same parameter list and return values (where possible)
example bindings based on cimgui
Languages
Lua
73.2%
C
16.1%
C++
9.6%
CMake
0.9%
Shell
0.1%