Зеркало. Это набор инструментов графического интерфейса пользователя с минимальным состоянием и немедленным режимом работы, написанный на ANSI C
Go to file
2015-03-30 17:31:55 +02:00
demo added panel tabs 2015-03-30 17:31:55 +02:00
gui.c added panel tabs 2015-03-30 17:31:55 +02:00
gui.h added panel tabs 2015-03-30 17:31:55 +02:00
LICENSE initial 2015-03-03 17:24:02 +01:00
Makefile moved opengl to demo directory 2015-03-27 17:19:49 +01:00
Readme.md added missing word 2015-03-27 13:50:52 +01:00

GUI

Work in progress

Features

  • Immediate mode 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 state or global variables
  • No direct dependencies (not even libc)
  • Renderer and platform independent
  • Complete memory management control
  • Configurable
  • UTF-8 supported

References

License

(The MIT License)