pthom / imgui_bundle

Dear ImGui Bundle: an extensive set of Ready-to-use widgets and libraries, based on ImGui. Start your first app in 5 lines of code, or less. Whether you prefer Python or C++, this pack has your back!
https://pthom.github.io/imgui_bundle/
MIT License
666 stars 66 forks source link

imgui-bundle with python 3.9 ? #194

Open hhhddddddd opened 6 months ago

hhhddddddd commented 6 months ago

Hello, Your work is amazing! is there an imgui-bundle version compatible with Python=3.9.18?

pthom commented 6 months ago

Thanks!

There is no pre-compiled version of imgui-bundle for python 3.9. However, you should be able to compile it from source, even with python 3.9.

One module might not work: imgui_ctx (context manager for begin/end) because it uses the new union type syntax.

However, this should not affect other modules.