Nuklear/Readme.md
2015-04-07 03:24:31 +02:00

728 B

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)