diff options
| author | Andre Weissflog <floooh@gmail.com> | 2019-05-16 18:59:25 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2019-05-16 18:59:25 +0200 |
| commit | 45b5dcff54b1c32b17b0c44fae38aa0ef77f20b2 (patch) | |
| tree | ae5a204ee154ddfbde5aad8111651a54e4b8fa95 /util | |
| parent | f380099970a30efd0e65195c160e877d90184623 (diff) | |
mention the new cimgui headers in the READMEs
Diffstat (limited to 'util')
| -rw-r--r-- | util/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/README.md b/util/README.md index ad812e4d..ae87b9b2 100644 --- a/util/README.md +++ b/util/README.md @@ -7,7 +7,10 @@ and sometimes also external libraries. ### What's in here: - **sokol_imgui.h**: implements a renderer for [Dear ImGui](https://github.com/ocornut/imgui) on top of sokol_gfx.h and sokol_app.h (the latter being optional if you do your own input-forwarding to ImGui) +- **sokol_cimgui.h**: same as sokol_imgui.h, but uses [cimgui](https://github.com/cimgui/cimgui), +meaning you can create Dear ImGui UIs from C code - **sokol_gfx_imgui.h**: a debug-inspection UI for sokol_gfx.h, this hooks into the sokol-gfx API and lets you inspect resource objects and captured API calls +- **sokol_gfx_cimgui.h**: same as sokol_gfx_imgui.h, but using [cimgui](https://github.com/cimgui/cimgui) - **sokol_gl.h**: an OpenGL 1.x style immediate-mode rendering API in top of sokol-gfx |