You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to display some graphs made with matplotlib using immvision.image_display which works fine with an app setup with immapp.run(...).
However in the demo code where you setup gl yourself there does not seem to be any way to access initializing immvision.
Am I missing something or is this just not possible?
I could try adding some bindings to immvision but I'm not sure that is the correct solution here.
Also if there is some other/better way to display dynamic buffers, would love to know.
The text was updated successfully, but these errors were encountered:
Really enjoying this nicely bundled version of Imgui accessible via python.
However I ran into some issues when extending the code at bindings/imgui_bundle/demos_python/demos_immapp/imgui_example_glfw_opengl3.py
I was trying to display some graphs made with matplotlib using
immvision.image_display
which works fine with an app setup withimmapp.run(...)
.However in the demo code where you setup gl yourself there does not seem to be any way to access initializing immvision.
Am I missing something or is this just not possible?
I could try adding some bindings to immvision but I'm not sure that is the correct solution here.
Also if there is some other/better way to display dynamic buffers, would love to know.
The text was updated successfully, but these errors were encountered: