Зеркало. Это набор инструментов графического интерфейса пользователя с минимальным состоянием и немедленным режимом работы, написанный на ANSI C
Go to file
2015-04-05 19:01:19 +02:00
demo added input field to example 2015-04-05 19:01:19 +02:00
gui.c updated demo and added example 2015-04-05 18:52:40 +02:00
gui.h changed clip memory management + fixed opengl demo + uses correct MAkefile 2015-04-05 17:19:44 +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 typo + used correct boolean type 2015-04-04 18:26:22 +02:00

GUI

Work in progress

Features

  • Immediate mode graphical user interface
  • Written in C89 (ANSI C)
  • Small (~2.5kLOC)
  • Focus on portability and minimized 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)