Зеркало. Это набор инструментов графического интерфейса пользователя с минимальным состоянием и немедленным режимом работы, написанный на ANSI C
Go to file
2015-04-10 18:35:17 +02:00
demo major update font handling update 2015-04-10 18:35:17 +02:00
gui.c major update font handling update 2015-04-10 18:35:17 +02:00
gui.h major update font handling update 2015-04-10 18:35:17 +02:00
LICENSE initial 2015-03-03 17:24:02 +01:00
Readme.md fixed small typos 2015-04-07 03:24:31 +02:00

GUI

Work in progress

Features

  • Immediate mode graphical user interface
  • Written in C89 (ANSI C)
  • Small (~2.5kLOC)
  • Focus on portability and minimal internal state
  • Suited for embedding into graphical applications
  • Flexible abstraction layer (Widgets, Panel, Window)
  • No global hidden state
  • No direct dependencies (not even libc!)
  • Renderer and platform independent
  • Complete memory management control
  • Configurable
  • UTF-8 supported

References

License

(The MIT License)