-
-
Notifications
You must be signed in to change notification settings - Fork 11.4k
Open
Labels
Description
I'm looking for a widget that allows interactive inspecting of a texture. In a similar way to how ImPlot allows the user to zoom and pan a graph, this would allow the user to zoom and pan a texture in an ImGui window.
Ideally it would have features like:
- Draw grid lines between pixels when the user zooms in more than a certain amount
- Show a tool tip with UV & RGB values of the pixel beneath the cursor
- Auto mapping of float textures to 0-1 range, with the option for the user to tweak the mapping
- A checkbox to show alpha channel as greyscale
- Individual RGB checkboxes to allow individual channels to be inspected
I would love it if something like this exists. If it doesn't exist then I'm thinking of starting it, so let me know if this sounds useful and if you have any other ideas for features.