Browse Source

update changelog (https://github.com/floooh/sokol/pull/1240)

Andre Weissflog 5 months ago
parent
commit
e7fac0c5ea
1 changed files with 17 additions and 0 deletions
  1. 17 0
      CHANGELOG.md

+ 17 - 0
CHANGELOG.md

@@ -1,5 +1,22 @@
 ## Updates
 ## Updates
 
 
+### 04-Apr-2025
+
+- sokol_imgui.h: a small compatibility hack for the 'traditional' [cimgui.h](https://github.com/cimgui/cimgui).
+  It's a bit unfortunate that the cimgui.h bindings are starting to diverge from
+  the Dear Bindings API for basic functionality, but as long as it's only a handful
+  differences it's ok to handle both in sokol_imgui.h. If the difference become
+  bigger it might become too much hassle to support both C bindings flavours though.
+
+  This is not an issue of course when using the Dear ImGui C++ API of course.
+
+  Note that it is recommended to use the code-generated C bindings from here:
+
+  https://github.com/floooh/dcimgui
+
+  Many thanks to @n67094 for the initial PR: https://github.com/floooh/sokol/pull/1240
+
+
 ### 31-Mar-2025
 ### 31-Mar-2025
 
 
 - sokol_app.h linux: fix a drag-n-drop related memory leak
 - sokol_app.h linux: fix a drag-n-drop related memory leak