--- id: imgui-bundle version: "1.92.900" license: unclear license_treatment: permissive maintenance: active --- # imgui-bundle — Dear ImGui Bundle: From expressive code to powerful GUIs in no time. A fast, feature-rich, cross-platform toolkit for C++ and Python. License: permissive · Maintenance: active · Downloads: 266.0K/mo ## What it is and what it does Dear ImGui Bundle wraps the Dear ImGui immediate-mode GUI library and a curated ecosystem of companion libraries (ImPlot, ImmVision, node editors, file dialogs, and others) into a unified Python API. It is designed for rapid prototyping and educational use, offering both desktop and web deployment paths. The package bundles high-level runners (Hello ImGui and ImmApp) that handle window management, rendering backends, and asset loading, reducing boilerplate. It supports Windows, macOS, Linux, iOS, Android, and WebAssembly targets. The library is most useful when you need to build responsive, interactive GUIs quickly without wrestling with traditional widget hierarchies. It includes plotting, image inspection, and node-graph editing out of the box, making it suitable for scientific tools, data visualization dashboards, and interactive demos. The web deployment option via Pyodide allows Python code to run directly in a browser with no server-side backend required. Use it for: - Build scientific and data visualization dashboards with integrated 2D/3D plotting and image inspection. - Create rapid prototypes and educational demos with minimal boilerplate and cross-platform deployment. - Deploy interactive Python applications to the browser via Pyodide without server infrastructure. - Develop node-graph editors, visual tools, and real-time monitoring interfaces. - Build desktop applications for Windows, macOS, and Linux from a single Python codebase. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Dear ImGui Bundle provides Python bindings to a comprehensive immediate-mode GUI toolkit with integrated plotting, image inspection, node editors, and web deployment support for building desktop and browser-based applications. Yes. Active maintenance, permissive MIT license, zero security vulnerabilities, no runtime dependencies, and broad platform coverage make it a low-friction choice. Install if you need rapid GUI prototyping with plotting and web deployment; skip if you require a more traditional widget-based API or need Python versions below 3.10. ## Install pip install imgui-bundle uv add imgui-bundle poetry add imgui-bundle ## Installing imgui-bundle Before you install: Medium install friction due to precompiled wheels for multiple Python versions and platforms, but no runtime dependencies to resolve. Active maintenance with a recent release and 1342 GitHub stars. License in practice: MIT license (permissive) allows commercial and private use with minimal restrictions; suitable for most projects. Quickstart: pip install imgui-bundle import imgui_bundle as imb from imgui_bundle import imgui, hello_imgui def gui(): imgui.text("Hello, ImGui!") hello_imgui.run(gui) Requires Python 3.10 or later; precompiled wheels available for specific Python versions on major platforms. Verify before relying: - Performance characteristics and typical frame rates for complex layouts or large datasets. - Maturity and stability of Pyodide (Python-to-WebAssembly) deployment path for production use. - Memory footprint and suitability for resource-constrained environments. - Which specific Python versions beyond 3.10 are actively supported. ## Package facts - License: not declared (permissive) - Python support: supports_current - Install friction: medium - Maintenance: active - Downloads: 266.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags immediate mode gui python, cross-platform desktop app framework, python gui with plotting, imgui python bindings, web-ready gui toolkit, interactive visualization framework, rapid prototyping gui, gui-framework, plotting, web-deployment [View on SkillFed](https://skillfed.io/packages/imgui-bundle) · [View on PyPI](https://pypi.org/project/imgui-bundle/)