Зеркало. Это набор инструментов графического интерфейса пользователя с минимальным состоянием и немедленным режимом работы, написанный на ANSI C
Go to file
2015-04-07 18:47:32 +02:00
demo panel header is now mandetory 2015-04-07 18:37:06 +02:00
gui.c added getter for context panel position and size 2015-04-07 18:47:32 +02:00
gui.h added getter for context panel position and size 2015-04-07 18:47:32 +02:00
LICENSE initial 2015-03-03 17:24:02 +01:00
Makefile correct Makefile 2015-04-05 17:21:01 +02: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)