Updated Useful Extensions (markdown)

omar 2024-01-08 14:03:44 +01:00
parent 099c57c456
commit 75ce43b8e3

@ -22,7 +22,7 @@ _(wiki editors: the images on this page are 500x250 pixels. please try to keep n
- [Midi/OSC interfacing](#midiosc-interfacing) - [Midi/OSC interfacing](#midiosc-interfacing)
- [Virtual Reality (VR) / Reprojected UI plane](#virtual-reality-vr--reprojected-ui-plane) - [Virtual Reality (VR) / Reprojected UI plane](#virtual-reality-vr--reprojected-ui-plane)
- [Image manipulation](#image-manipulation) - [Image manipulation](#image-manipulation)
- [3D manipulation Gizmos](#3d-manipulation-gizmos) - [2D/3D manipulation Gizmos](#2d-3d-manipulation-gizmos)
- [Inspectors, Serialization](#inspectors-serialization) - [Inspectors, Serialization](#inspectors-serialization)
- [C++ness](#cness) - [C++ness](#cness)
- [Unreal Engine specific](#unreal-engine-specific) - [Unreal Engine specific](#unreal-engine-specific)
@ -314,7 +314,7 @@ Many more Node Editors at [#306](https://github.com/ocornut/imgui/issues/306).
<BR> [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)) <BR> [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))
<BR> <a href="https://user-images.githubusercontent.com/5911521/126656032-b045b65b-5f42-4065-9c49-c1a22e866a28.png"><img src="https://user-images.githubusercontent.com/5911521/126656032-b045b65b-5f42-4065-9c49-c1a22e866a28.png" alt="Screenshot of ImGuiTexInspect" width="500" /></a> <BR> <a href="https://user-images.githubusercontent.com/5911521/126656032-b045b65b-5f42-4065-9c49-c1a22e866a28.png"><img src="https://user-images.githubusercontent.com/5911521/126656032-b045b65b-5f42-4065-9c49-c1a22e866a28.png" alt="Screenshot of ImGuiTexInspect" width="500" /></a>
# 3D manipulation Gizmos # 2D/3D manipulation Gizmos
**ImGuizmo**: 3d translation/rotation Gizmo (2016-2022) **ImGuizmo**: 3d translation/rotation Gizmo (2016-2022)
<BR> [github/CedricGuillemet/ImGuizmo](https://github.com/CedricGuillemet/ImGuizmo) <BR> [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).
<BR> [github/BrutPitt/imGuIZMO.quat](https://github.com/BrutPitt/imGuIZMO.quat) <BR> [github/BrutPitt/imGuIZMO.quat](https://github.com/BrutPitt/imGuIZMO.quat)
<BR> ![](https://user-images.githubusercontent.com/1193295/96868553-86798100-146e-11eb-872a-44f51ee78117.png) <BR> ![](https://user-images.githubusercontent.com/1193295/96868553-86798100-146e-11eb-872a-44f51ee78117.png)
**ImGui-2D-HArrow** :2D Mobile Components (2023)
<BR> [github/Half-People/ImGui-2D-HArrow](https://github.com/Half-People/ImGui-2D-HArrow)
<BR> <img src="https://user-images.githubusercontent.com/56476339/215034490-99ab6ae4-cdc5-44bc-a863-eeb8f7de8e18.gif" width="500">
# Inspectors, Serialization # Inspectors, Serialization
**ImGui::Auto()**: auto serialize into UI using C++17 (2017) **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).
<BR> [issue #3484](https://github.com/ocornut/imgui/issues/3484) <BR> [issue #3484](https://github.com/ocornut/imgui/issues/3484)
<BR> ![](https://user-images.githubusercontent.com/1193295/96874705-bb89d180-1476-11eb-8640-43805b800ebf.png) <BR> ![](https://user-images.githubusercontent.com/1193295/96874705-bb89d180-1476-11eb-8640-43805b800ebf.png)
**ImGui-2D-HArrow** :2D Mobile Components
<BR> [github/Half-People/ImGui-2D-HArrow](https://github.com/Half-People/ImGui-2D-HArrow)
<BR> <img src="https://user-images.githubusercontent.com/56476339/215034490-99ab6ae4-cdc5-44bc-a863-eeb8f7de8e18.gif" width="500">
**imgui-notify**: header-only wrapper made to create toast notifications** (2021-2023) **imgui-notify**: header-only wrapper made to create toast notifications** (2021-2023)
<BR> [github/patrickcjk/imgui-notify](https://github.com/patrickcjk/imgui-notify) <BR> [github/patrickcjk/imgui-notify](https://github.com/patrickcjk/imgui-notify)
<BR> ![image](https://github.com/ocornut/imgui/assets/8225057/37aeb7a7-4a99-4b66-a471-aa2e8462975b) <BR> ![image](https://github.com/ocornut/imgui/assets/8225057/37aeb7a7-4a99-4b66-a471-aa2e8462975b)