Replies: 1 comment
-
Well, there is a complete set of documented stubs in Dear ImGui Bundle, they should be recognized by your IDE, and give you an autocompletion. And those stubs are also available online: imgui_bundle/bindings/imgui_bundle/imgui/__init__.pyi Lines 3055 to 3072 in 5e31323 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working with a python app which currently is using imgui.
I would like to convert it to using imgui_bundle.
I did a quick trial replacing the module imports but am already running into issues with it not recognizing window and popup flags. e.g.
imgui.WINDOW_NO_MOVE
Is there documentation someplace which describes what I need to replace with imgui_bundle specific statements/constants that don't require me to wade through countless header files or source code files?
Beta Was this translation helpful? Give feedback.
All reactions