|
@@ -4,6 +4,8 @@ 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**](https://github.com/floooh/sokol/blob/master/CHANGELOG.md) (**08-Feb-2022** sokol_imgui.h has been
|
|
|
+updated for Dear ImGui v1.87 (support the new evented IO system, and remove the self-rolled input buffering in sokol_imgui.h)
|
|
|
|
|
|
[](/../../actions/workflows/main.yml)
|
|
|
|
|
@@ -14,9 +16,6 @@ cross-platform libraries for C and C++, written in C.
|
|
|
| Zig | [](https://github.com/floooh/sokol-zig/actions/workflows/main.yml) |
|
|
|
| Nim | FIXME
|
|
|
|
|
|
-[**See what's new**](https://github.com/floooh/sokol/blob/master/CHANGELOG.md) (**08-Feb-2022** sokol_imgui.h has been
|
|
|
-updated for Dear ImGui v1.87 (support the new evented IO system, and remove the self-rolled input buffering in sokol_imgui.h)
|
|
|
-
|
|
|
## Examples and Related Projects
|
|
|
|
|
|
- [Live Samples](https://floooh.github.io/sokol-html5/index.html) via WASM ([source](https://github.com/floooh/sokol-samples))
|