No description
- C 70.2%
- Hare 29.4%
- Makefile 0.4%
| cmd/demo | feat: partial solution for icons | |
| mu | update for 0.26 | |
| .gitignore | fixed input and slider, updated readme | |
| makefile | fixed input and slider, updated readme | |
| monospace.ttf | font support in renderer | |
| readme.md | fixed input and slider, updated readme | |
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).