Зеркало. Это набор инструментов графического интерфейса пользователя с минимальным состоянием и немедленным режимом работы, написанный на ANSI C
Go to file
2015-03-31 18:29:45 +02:00
demo added layout tabs 2015-03-31 18:29:45 +02:00
gui.c added layout tabs 2015-03-31 18:29:45 +02:00
gui.h added layout tabs 2015-03-31 18:29:45 +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 layout tabs 2015-03-31 18:29:45 +02:00

GUI

Work in progress

Features

  • Immediate mode graphical user interface
  • Suited for embedding into graphical applications
  • Written in C89 (ANSI C)
  • Small (~3kLOC)
  • Focus on portability and ease of use
  • 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)