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'd like to introduce ImGuiTexInspect, a texture inspector tool for Dear ImGui. It's a debug tool that allows you to easily inspect the data in any texture. It provides the following features:
Zoom and Pan
Hover to see exact RGBA values
Annotation system at high zoom which annotates texel cells with:
Numerical RGBA values
Arrow representation of vector data encoded in color channels (e.g. normal maps)
Custom annotations, which can be added easily
Customizable alpha handling
Filters to select a combination of red, green, blue & alpha channels
Per texel matrix-transformation to allow versatile channel swizzling, blending, etc
I'd like to introduce ImGuiTexInspect, a texture inspector tool for Dear ImGui. It's a debug tool that allows you to easily inspect the data in any texture. It provides the following features:
You can see a live demo here
I'm still actively working on this so I welcome all feedback and feature requests. Planned features include:
I hope people find this useful! Please let me know if you have any requests, questions or feedback!
The text was updated successfully, but these errors were encountered: