Skip to content

Commit 788bd1c

Browse files
committed
webver: Mention webversion in src/HEADER.md and in Readme.md
1 parent 6e147a5 commit 788bd1c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ draw commands describing primitive shapes as output. So instead of providing a
1111
layered library that tries to abstract over a number of platform and
1212
render backends, it focuses only on the actual UI.
1313

14+
<a href="https://immediate-mode-ui.github.io/Nuklear/webver" target="_blank">Try Nuklear in Browser</a>
15+
1416
## Features
1517

1618
- Immediate-mode graphical user interface toolkit

src/HEADER.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ commands describing primitive shapes as output. So instead of providing a
3434
layered library that tries to abstract over a number of platform and
3535
render backends it only focuses on the actual UI.
3636

37+
<a href="webver/index.html" target="_blank">Try Nuklear in Browser</a>
38+
39+
Nuklear in a <a href="webver/minshell.html" target="_blank">minimal shell</a> is also provided for compatibility and testing
40+
3741
## Highlights
3842
- Graphical user interface toolkit
3943
- Single header library

0 commit comments

Comments
 (0)