aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2020-11-28 17:23:26 +0100
committerAndre Weissflog <floooh@gmail.com>2020-11-28 17:23:26 +0100
commitb30fa5221ff5eb677c7d751f907fa293f50e220e (patch)
treeb51e0c933b1cce5b5ed49cd092976824dc5a4368 /README.md
parent22342d33b0a15f8b19d559f7c093472272ebda68 (diff)
tidy up the top of the README a bit
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 74d77830..94a1ed53 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,9 @@ Simple
[STB-style](https://github.com/nothings/stb/blob/master/docs/stb_howto.txt)
cross-platform libraries for C and C++, written in C.
-[See what's new](#updates) (**28-Nov-2020** per-header SOKOL_IMPL and SOKOL_API_DECL macros)
+[**See what's new**](#updates) (**28-Nov-2020** per-header SOKOL_IMPL and SOKOL_API_DECL macros)
+
+## Examples and Related Projects
[Live Samples](https://floooh.github.io/sokol-html5/index.html) via WASM.
@@ -16,10 +18,10 @@ Sample code is in a separate repo: https://github.com/floooh/sokol-samples
[Dear ImGui starterkit](https://github.com/floooh/cimgui-sokol-starterkit) a self-contained starterkit for writing Dear ImGui apps in C.
-Command line tools: https://github.com/floooh/sokol-tools
-
Tiny 8-bit emulators: https://floooh.github.io/tiny8bit/
+Command line tools: https://github.com/floooh/sokol-tools
+
## Core libraries
- [**sokol\_gfx.h**](https://github.com/floooh/sokol/blob/master/sokol_gfx.h): 3D-API wrapper (GL + Metal + D3D11)