665 B
665 B
GUI
Work in progress
Features
- Immediate mode graphical user interface
- Suited for embedding into graphical applications
- Written in C89 (ANSI C)
- Small (~3kLOC)
- Focus on portability and ease of use
- No global hidden state
- No direct dependencies (not even libc)
- Renderer and platform independent
- Complete memory management control
- Configurable
- UTF-8 supported
References
- Tutorial from Jari Komppa on imgui libraries
- Johannes 'johno' Norneby's article
- ImGui: The base to this project from ocornut
License
(The MIT License)