We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2ac21 commit 464c25dCopy full SHA for 464c25d
1 file changed
README.md
@@ -1,5 +1,8 @@
1
# leanUI
2
3
+
4
+
5
6
leanUI is a small immediate-mode UI library written in C99.
7
It’s designed for games and lightweight applications that need a clean, polished interface without bringing in a full framework.
8
@@ -66,6 +69,8 @@ Very simple and effective (no rows, no columns)
66
69
67
70
## Example
68
71
72
+For a complete and compiling example see [test/test.c](test/test.c)
73
74
```c
75
#include "lean_ui.h"
76
0 commit comments