Post

HN
Hacker News

MicroUI – A tiny, portable, immediate-mode UI library written in ANSI C

A tiny , portable, immediate-mode UI library written in ANSI C

The library expects the user to provide input and handle the resultant drawing commands, it does not do any drawing itself.

The library is designed to be lightweight, providing a foundation to which you can easily add custom controls and UI elements; pull requests adding additional features will likely not be merged. Bug reports are welcome.

This library is free software; you can redistribute it and/or modify it under the terms of the MIT license. See LICENSE for details.