ImRefl

omar
2026-02-12 21:00:53 +01:00
parent fbfb3ca3d8
commit 2772ee9f8c

@@ -31,7 +31,7 @@ _(had to turn off wiki editing, see [Home](Home) for details. you may post meani
- [Image manipulation](#image-manipulation)
- [Date Picker](#date-picker)
- [2D/3D manipulation Gizmos](#2d3d-manipulation-gizmos)
- [Inspectors, Serialization](#inspectors-serialization)
- [Inspectors, Serialization, Reflection](#inspectors-serialization-reflection)
- [C++ness](#cness)
- [Multi-Context](#multi-context)
- [Unreal Engine specific](#unreal-engine-specific)
@@ -428,7 +428,7 @@ More Node Editors stuff at [#306](https://github.com/ocornut/imgui/issues/306).
<BR> [github/fknfilewalker/imoguizmo](https://github.com/fknfilewalker/imoguizmo)
<BR> ![image](https://github.com/user-attachments/assets/69d3b9c8-80fc-41b8-a370-7ab2d1924d74)
# Inspectors, Serialization
# Inspectors, Serialization, Reflection
**ImGui::Auto()**: auto serialize into UI using C++17 (2017)
<BR> [github/Csabix/imgui](https://github.com/Csabix/imgui/tree/master/auto)
@@ -440,6 +440,10 @@ More Node Editors stuff at [#306](https://github.com/ocornut/imgui/issues/306).
**ImReflect**: Reflection based ImGui wrapper. (2025)
<BR> [github/Sven-vh/ImReflect](https://github.com/Sven-vh/ImReflect)
**ImRefl**: A C++26 reflection library for ImGui (2026)
<BR> [github/fullptr/imrefl](https://github.com/fullptr/imrefl)
<BR> <img width="500" height="250" alt="image" src="https://github.com/user-attachments/assets/a5fc6286-4103-4b4b-b56d-7f1aee34ab9b" />
**imgui-inspect**: [Rust] An inspector UI using imgui in Rust (2021)
<BR> [github/aclysma/imgui-inspect](https://github.com/aclysma/imgui-inspect)