deargui icon indicating copy to clipboard operation
deargui copied to clipboard

update to dear imgui v1.85

Open sphaero opened this issue 3 years ago • 2 comments

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

sphaero avatar Dec 08 '21 15:12 sphaero

Is there any example of how to use this library?

zeroxer avatar Dec 17 '21 13:12 zeroxer

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

sphaero avatar Dec 17 '21 14:12 sphaero