imgui_bundle
imgui_bundle copied to clipboard
Dear ImGui Bundle: easily create ImGui applications in Python and C++. Batteries included!
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...
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...
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...
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...
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...
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...
#### 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,...
Raspberry pi 5: cannot create a glfw window (GLXBadFBConfig) => use OpenGL 3.1 instead of OpenGL 3.3
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...