Зеркало. Это набор инструментов графического интерфейса пользователя с минимальным состоянием и немедленным режимом работы, написанный на ANSI C
Go to file
vurtun 1085f843aa finished stack layered input 2015-03-24 19:28:59 +01:00
LICENSE initial 2015-03-03 17:24:02 +01:00
Makefile multiple panels are working 2015-03-24 13:08:42 +01:00
Readme.md multiple panels are working 2015-03-24 13:08:42 +01:00
gui.c finished stack layered input 2015-03-24 19:28:59 +01:00
gui.h basic panel movement working 2015-03-24 17:12:42 +01:00
mono.sdf temporary 2015-03-17 14:55:34 +01:00
opengl.c finished stack layered input 2015-03-24 19:28:59 +01:00

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

Panel

Font

Configuration

FAQ

References

License

(The MIT License)