Nuklear/Readme.md
2015-04-04 18:26:22 +02:00

730 B

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)