1
0
Fork
You've already forked hare-microui
0
No description
  • C 70.2%
  • Hare 29.4%
  • Makefile 0.4%
2026年06月26日 16:59:17 +02:00
cmd/demo feat: partial solution for icons 2025年07月11日 00:14:34 +02:00
mu update for 0.26 2026年06月26日 16:59:17 +02:00
.gitignore fixed input and slider, updated readme 2025年07月10日 18:47:12 +02:00
makefile fixed input and slider, updated readme 2025年07月10日 18:47:12 +02:00
monospace.ttf font support in renderer 2025年07月11日 00:02:05 +02:00
readme.md fixed input and slider, updated readme 2025年07月10日 18:47:12 +02:00

hare-microui

Hare bindings for microui.
An example renderer using raylib is present in mu/renderer/.
You will need this version of hare-raylib.

usage

See the demo in cmd/demo/.

build and run demo

make demo
./demo

installation

Copy the mu folder somewhere into your $HAREPATH (ie. in /usr/local/src/hare/third-party).