imgui_tex_inspect integration: introduction and acknowledgement #73
pthom
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
imgui_tex_inspect is a texture inspector tool for Dear ImGui.
Being targeted to texture inspection, it differs from ImmVision which is targeted to image debugging related to image processing and computer vision.
Fork
ImGui bundle uses a fork of imgui_tex_inspect on the imgui_bundle branch.
The adaptations mainly make it more DPI aware (and those will be proposed as a PR).
Automatic Context management with ImmApp:
If running an application with ImmApp, setting AddOnParams.withTexInspect will allow to automatically create and destroy a context for imgui_tex_inspect (see concrete implementation)
Beta Was this translation helpful? Give feedback.
All reactions