New
v1.2.0
Introduction
Hi! Today we present a next release of cimgui-go with many new features and bugfixes.
Breaking Changes
We're so sorry for that, but again we had to do some (fortunately small) breaking changes.
Plot*andImNodes*prefixes were removed from auto-generated functions.- for fast migration check out https://github.com/AllenDang/cimgui-go/issues/364#issuecomment-2458260345 (you can use a one-line sed instruction to update your project)
Release Highlights
- A new imgui plugin was added: ImGuiColorTextEdit
- Special thanks goes to @sonoro1234 for help with C code generation