Pascal Thomet
Pascal Thomet
Keep me posted about your progress, I am interested!
@Tremeschin I originally worked and contributed to pyimgui (which you mentioned), before developing imgui bundle. So the API of both are very similar, except that ImGui bundle bindings are auto-generated...
@Tremeschin : I tried https://github.com/moderngl/moderngl-window/pull/197, and it works fine. Thanks for the info
Raspberry pi 5: cannot create a glfw window (GLXBadFBConfig) => use OpenGL 3.1 instead of OpenGL 3.3
Hi, Thanks for your input @Analysiszaj You are right, this is because Raspberry Pi do not support OpenGL 3.3, but Open GL 3.1. Solution: - Update ImGui Bundle from source:...
Thanks for the info. Probably a subtle error somewhere in imgui v1.92. Does the issue reappear, or did it disappear for good?
Hello, ImGui Bundle uses Dear ImGui's font rendering. Only the loading may differ, since it provides helpers that will eventually call ImGui font loading functions. For information, Dear ImGui can...
> Deleting/freeing memory from ImFonts I loaded that haven't been used in a while. I don't think it's possible to clear only one font. But you can: imgui.get_io().fonts.clear()
> Only loading the glyphs I'm currently using, instead of the default load of all glyphs. See https://github.com/pthom/imgui_bundle/blob/7d8fd2159b62389f8c8d2a9eecaa16482a957e29/bindings/imgui_bundle/hello_imgui.pyi#L881-L888 and https://github.com/pthom/imgui_bundle/blob/main/bindings/imgui_bundle/demos_python/demos_immapp/demo_font_common_glyph_range.py
I'm closing this issue please reopen it if you have more related questions
Hi, I cannot reproduce this issue on my side (running on a Mac). More investigations are needed. Could you make sure an ini file is not causing this issue? You...