mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-30 13:05:23 -05:00
ImRefl
@@ -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> 
|
||||
|
||||
# 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user