From 8845fe3f47aa89cfca45f2acf7ccc67173438e8c Mon Sep 17 00:00:00 2001 From: David Date: Thu, 22 Jul 2021 12:26:03 -0500 Subject: [PATCH] Added ImGuiTexInspect --- Useful-Extensions.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Useful-Extensions.md b/Useful-Extensions.md index 31c298a..903ba43 100644 --- a/Useful-Extensions.md +++ b/Useful-Extensions.md @@ -208,6 +208,12 @@ Many more Node Editors at [#306](https://github.com/ocornut/imgui/issues/306).
[github/CedricGuillemet/imgInspect](https://github.com/CedricGuillemet/imgInspect)
![image](https://user-images.githubusercontent.com/8225057/118988474-83515f80-b981-11eb-8ce1-4818ddc3195a.png) +**ImGuiTexInspect**: Advanced, flexible texture inspector +
[github/andyborrell/imgui_tex_inspect](https://github.com/andyborrell/imgui_tex_inspect) +
[Discussion](https://github.com/ocornut/imgui/issues/4352) +
[Online Demo](https://andyborrell.github.io/imgui_tex_inspect/) +
Screenshot of ImGuiTexInspect + # 3D manipulation Gizmos **ImGuizmo**: 3d translation/rotation Gizmo