~ft/microui

A tiny, portable, immediate-mode UI library for Plan 9
5826f4cb — Sigrid Solveig Haflínudóttir 3 years ago
mu_draw_rect: set draw position when clipping, fixes images not clipped correctly
4fd28b3c — Sigrid Solveig Haflínudóttir 3 years ago
add "force redraw" to mu_render (redrawing when window is (un)hidden)
ea55c032 — Sigrid Solveig Haflínudóttir 3 years ago
update copyright years and name

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~ft/microui
read/write
git@git.sr.ht:~ft/microui

You can also use your local clone with git send-email.

#microui

screenshot

A tiny, portable, immediate-mode UI library written in ANSI C. This is a fork of microui targetting Plan 9 specifically.

#Usage

  • See doc/usage.md for usage instructions
  • See the demo directory for a usage example

#Notes

  • The library expects the user to provide input and handle the resultant drawing commands, it does not do any drawing itself
  • In contrast to other immediate mode ui libraries microui does not store window, panel, header or treenode state internally. It is up to the user to manage this data themselves

#License

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