diff --git a/Useful-Extensions.md b/Useful-Extensions.md index a258124..db65a52 100644 --- a/Useful-Extensions.md +++ b/Useful-Extensions.md @@ -22,7 +22,7 @@ _(wiki editors: the images on this page are 500x250 pixels. please try to keep n - [Midi/OSC interfacing](#midiosc-interfacing) - [Virtual Reality (VR) / Reprojected UI plane](#virtual-reality-vr--reprojected-ui-plane) - [Image manipulation](#image-manipulation) -- [3D manipulation Gizmos](#3d-manipulation-gizmos) +- [2D/3D manipulation Gizmos](#2d-3d-manipulation-gizmos) - [Inspectors, Serialization](#inspectors-serialization) - [C++ness](#cness) - [Unreal Engine specific](#unreal-engine-specific) @@ -314,7 +314,7 @@ Many more Node Editors at [#306](https://github.com/ocornut/imgui/issues/306).
[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 +# 2D/3D manipulation Gizmos **ImGuizmo**: 3d translation/rotation Gizmo (2016-2022)
[github/CedricGuillemet/ImGuizmo](https://github.com/CedricGuillemet/ImGuizmo) @@ -324,6 +324,10 @@ Many more Node Editors at [#306](https://github.com/ocornut/imgui/issues/306).
[github/BrutPitt/imGuIZMO.quat](https://github.com/BrutPitt/imGuIZMO.quat)
![](https://user-images.githubusercontent.com/1193295/96868553-86798100-146e-11eb-872a-44f51ee78117.png) +**ImGui-2D-HArrow** :2D Mobile Components (2023) +
[github/Half-People/ImGui-2D-HArrow](https://github.com/Half-People/ImGui-2D-HArrow) +
+ # Inspectors, Serialization **ImGui::Auto()**: auto serialize into UI using C++17 (2017) @@ -390,10 +394,6 @@ Many more Node Editors at [#306](https://github.com/ocornut/imgui/issues/306).
[issue #3484](https://github.com/ocornut/imgui/issues/3484)
![](https://user-images.githubusercontent.com/1193295/96874705-bb89d180-1476-11eb-8640-43805b800ebf.png) -**ImGui-2D-HArrow** :2D Mobile Components -
[github/Half-People/ImGui-2D-HArrow](https://github.com/Half-People/ImGui-2D-HArrow) -
- **imgui-notify**: header-only wrapper made to create toast notifications** (2021-2023)
[github/patrickcjk/imgui-notify](https://github.com/patrickcjk/imgui-notify)
![image](https://github.com/ocornut/imgui/assets/8225057/37aeb7a7-4a99-4b66-a471-aa2e8462975b)