Зеркало. Это набор инструментов графического интерфейса пользователя с минимальным состоянием и немедленным режимом работы, написанный на ANSI C
demo | ||
gui.c | ||
gui.h | ||
LICENSE | ||
Makefile | ||
Readme.md |
GUI
Work in progress
Features
- Immediate mode graphical user interface
- Suited for embedding into graphical applications
- Written in C89 (ANSI C)
- Small (~2.5kLOC)
- Focus on portability and ease of use
- No hidden state or global variables
- 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)