From bb8a805d982dac89b279847a9b6506628bd52d42 Mon Sep 17 00:00:00 2001 From: omar Date: Wed, 8 Oct 2025 19:08:13 +0200 Subject: [PATCH] ImReflect --- Useful-Extensions.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Useful-Extensions.md b/Useful-Extensions.md index 400cd12..b63f038 100644 --- a/Useful-Extensions.md +++ b/Useful-Extensions.md @@ -418,6 +418,9 @@ More Node Editors stuff at [#306](https://github.com/ocornut/imgui/issues/306). **ImQuick**: render UI elements automagically based only on the variable type. (2021)
[github/martinpetkovski/ImQuick](https://github.com/martinpetkovski/ImQuick) +**ImReflect**: Reflection based ImGui wrapper. (2025) +
[github/Sven-vh/ImReflect](https://github.com/Sven-vh/ImReflect) + **imgui-inspect**: [Rust] An inspector UI using imgui in Rust (2021)
[github/aclysma/imgui-inspect](https://github.com/aclysma/imgui-inspect)