Зеркало. Это набор инструментов графического интерфейса пользователя с минимальным состоянием и немедленным режимом работы, написанный на ANSI C
gui.c | ||
gui.h | ||
LICENSE | ||
Makefile | ||
mono.sdf | ||
opengl.c | ||
Readme.md |
GUI
Features
- Immediate graphical user interface
- Suited for embedding into graphical applications
- Written in C89 (ANSI C)
- Small (~1.5kLOC)
- Focus on portability and ease of use
- Simplicity over extensive features
- no hidden states or global variables
- Renderer independent
- No direct dependencies (not even libc)
- Configurable
- UTF-8 support
Example
Gallery
Font
Configuration
References
License
(The MIT License)