Skip to content

Commit 464c25d

Browse files
committed
added build status badge and link to example in readme
1 parent 9f2ac21 commit 464c25d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# leanUI
22

3+
![Build Status](https://github.com/Geolm/leanUI/actions/workflows/cmake-multi-platform.yml/badge.svg)
4+
5+
36
leanUI is a small immediate-mode UI library written in C99.
47
It’s designed for games and lightweight applications that need a clean, polished interface without bringing in a full framework.
58

@@ -66,6 +69,8 @@ Very simple and effective (no rows, no columns)
6669

6770
## Example
6871

72+
For a complete and compiling example see [test/test.c](test/test.c)
73+
6974
```c
7075
#include "lean_ui.h"
7176

0 commit comments

Comments
 (0)