deargui
deargui copied to clipboard
update to dear imgui v1.85
some minor adjustments in order make it build for imgui v1.85
I have not tested this yet. It just builds correctly and imports into python.
I had to comment some lines which were giving errors I couldn't resolve
Is there any example of how to use this library?
I'm not aware of a public example but I've used it in an python embedded application. It's a bit hardcore but it works.
See here: https://github.com/sphaero/gazebosc/tree/pybind_imgui
I've changed deargui.cpp to use the embedded macro which is needed when using embedded python:
https://github.com/sphaero/gazebosc/blob/f308ee8e09b493ee19a251ed4ea0e150aaa6d20b/deargui.cpp#L39