imgui_bundle icon indicating copy to clipboard operation
imgui_bundle copied to clipboard

Dear ImGui Bundle: easily create ImGui applications in Python and C++. Batteries included!

Results 41 imgui_bundle issues
Sort by recently updated
recently updated
newest added

For fun, and to have a template, I have been trying to write a minimal docking example using hello_imgui and immapp. Here is what I came up with. Can this...

faq

pdf.open_file() and pdf.save_file() in my previous working program (and even in the "demo_widgets.py") do not work and the program exits. PS: I found that the functions work on Linux, but...

faq

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.2.1 to 3.3.0. Release notes Sourced from pypa/cibuildwheel's releases. v3.3.0 🐛 Fix an incompatibility with Docker v29 (#2660) ✨ Adds test-runtime option, to customise how tests on...

dependencies
minor
github_actions

Firstly, I would like to say I really appreciate this project, it is extremely helpful! Describe the issue ------------------ When opening the online demo (by clicking the bird), and navigating...

Hello Team! When importing imgui_bundle, it imports by default immapp which imports immapp_notebook. Inside immapp_notebook there is _run_app_function_and_display_image_in_notebook() that will import cv2, PIL, IPython When using pyinstaller to freeze the...

waiting_for_op_answer

Hi, and thanks for this great project! I am investigating to move my drawing application from pyimgui, which appears unmaintained and also doesn't really support the imgui docking branch, to...

waiting_for_op_answer

Hi, I am trying to port a project i am working on to Android (a little programming environment based on Lua + Dear Imgui). imgui_bundle looks fantastic to do that...

faq

#### Version/Branch: latest #### Back-ends: glfw + openGL #### Compiler, OS: macOS + clang17 #### Details: I downloaded the latest one imgui-bundle, I tried using the demo 'sandbox_plot_in_node.cpp' below, I...

Hi, I'm working on [mfp](https://github.com/bgribble/mfp), an imgui-bundle project. I took the first screenshot today, with imgui_bundle 1.92.4 on Linux+Wayland with Python. I'm not able to provide a minimal reproduceable example,...

Hello everyone, I'm trying to use Imgui_bundle with glfw in a raspberry pi 5 with Python that has OpenGL ES 3.1 So I used this code: ```python from imgui_bundle import...

faq