A comprehensive Python binding for Dear ImGui and associated libraries (ImPlot, ImGuizmo, ImPlot3D, etc.). Version 1.92.700 bundles many C++ GUI libraries into a single pip package. Active development, with releases synced to Dear ImGui upstream.
pip install imgui-bundleVerified import paths — ran on the pinned version, not inferred.
Basic import and version check.
Remove calls to GetTexDataAsRGBA32() and rely on automatic font scaling.
Use gizmo.Matrix3, Matrix6, Matrix16 instead of numpy arrays. See demo_gizmo.py for migration.
pip install opencv-python if you need OpenCV functionality.
Ensure you use Python 3.10+.
Use 'from imgui_bundle import imgui' etc.
pip uninstall imgui; pip install imgui-bundle; then use 'from imgui_bundle import imgui'.
Use 'from imgui_bundle import imgui', then call imgui.begin() (lowercase).
Install glfw via pip or use a different backend (e.g., 'from imgui_bundle import hello_imgui').
No dependency data recorded yet.