Зеркало. Это набор инструментов графического интерфейса пользователя с минимальным состоянием и немедленным режимом работы, написанный на ANSI C
Go to file
vurtun b2abef3b5a added panel group + panel border 2015-03-16 14:02:47 +01:00
LICENSE initial 2015-03-03 17:24:02 +01:00
Makefile cleanup 2015-03-12 22:53:28 +01:00
Readme.md added spinner + command input 2015-03-14 17:05:30 +01:00
gui.c added panel group + panel border 2015-03-16 14:02:47 +01:00
gui.h added panel group + panel border 2015-03-16 14:02:47 +01:00
opengl.c added panel group + panel border 2015-03-16 14:02:47 +01:00

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

Font

Configuration

References

License

(The MIT License)