760767d789 | ||
---|---|---|
LICENSE | ||
Makefile | ||
Readme.md | ||
gui.c | ||
gui.h | ||
mono.sdf | ||
opengl.c |
Readme.md
GUI
Features
- Immediate 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 states or global variables
- Renderer independent
- No direct dependencies (not even libc)
- Configurable
- UTF-8 support
Example
Gallery
Panel
Font
Configuration
FAQ
References
License
(The MIT License)