Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to dear imgui v1.85 #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

update to dear imgui v1.85 #3

wants to merge 4 commits into from

Conversation

sphaero
Copy link

@sphaero sphaero commented Dec 8, 2021

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

@zeroxer
Copy link

zeroxer commented Dec 17, 2021

Is there any example of how to use this library?

@sphaero
Copy link
Author

sphaero commented Dec 17, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants