Skip to content

Is there a 3rd party widget allowing interactive texture inspection? #4135

@andyborrell

Description

@andyborrell

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions