diff options
| author | Andre Weissflog <floooh@gmail.com> | 2020-11-28 17:23:26 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2020-11-28 17:23:26 +0100 |
| commit | b30fa5221ff5eb677c7d751f907fa293f50e220e (patch) | |
| tree | b51e0c933b1cce5b5ed49cd092976824dc5a4368 /README.md | |
| parent | 22342d33b0a15f8b19d559f7c093472272ebda68 (diff) | |
tidy up the top of the README a bit
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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) |