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

https://github.com/pthom/imgui_bundle/blob/be8339b41ae36e3cd0de372f151ef9590ef44eee/bindings/imgui_bundle/python_backends/pyglet_backend.py#L224-L236 This function still uses the deprecated `distutils` module's `LooseVersion`. It appears the recommended fix is to use `packaging.version.parse`. https://packaging.pypa.io/en/latest/version.html

Hello. Thanks for making this project. I have been trying to use immapp with pyopengl and I get an error. I found this error also happens when running the demo_custom_background.py...

faq

Followed the installation instructions for [install from source](https://github.com/pthom/imgui_bundle?tab=readme-ov-file#install-from-source), and (obviously) would like to use a `venv` (via venvlink or uv) to compartmentalize the installation. The compile stage then fails, as...

faq

Hello! I am currently engaged in a project utilizing the node editor in imgui_bundle. While attempting to implement a copy-paste function, I encountered the problem blow. # Platform Python 3.12.9...

Hi, I am attempting to add `im_file_dialog` to my app but I am running in to an error when following the example code in `demo_widgets.py`. Once I have actually created...

faq

### Version & Platform `Version`: Using a git clone `Platform`: Windows-11 Pro `Language`: Python **3.12.9** or C++17 ? `Compiler`: MSVS 2022, MSVC 2019 `platform backend`: ❓ `rendering backend` *Vulkan* or...

waiting_for_answer

I am using the python bindings with hello_imgui, and trying out the borderless window feature. I was wondering if it is possible to maximize the window (like when using `WindowSizeState.maximized`...

faq

Hi, nice to meet you all. I'm working on bundling an application that uses imgui_bundle. Everything works great, except that for some reason _glfw_set_search_path() is set to only look for...

after upgrading from 1.3 to v1.6 (pip) AttributeError: module 'imgui_bundle._imgui_bundle.imgui' has no attribute 'get_window_content_region_max' --- Also, I found that when using a pure glfw backend, glfw has to be imported...

faq

My app uses `imgui_node_editor` to build a diagram on a canvas. One of the types of diagram node is a text display (it's used for displaying comments and inline documentation...

faq