From 77b0b1c819640d9d9408b1e52209da15cda114f6 Mon Sep 17 00:00:00 2001 From: omar Date: Thu, 7 Aug 2025 17:02:27 +0200 Subject: [PATCH] Updated Useful Extensions (markdown) --- Useful-Extensions.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Useful-Extensions.md b/Useful-Extensions.md index 1cba7a2..895a4b7 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). **imgui_stdlib**: InputText() wrappers for C++ standard library (STL) type: std::string (2018-2022)
[in main repository](https://github.com/ocornut/imgui/tree/master/misc/cpp) +**imgui-module**: C++20 Module Binding for ImGui (2025) +
[github/stripe2933/imgui-module](https://github.com/stripe2933/imgui-module/) + **TextFmt()**: helper to use fmt (2023)
[pastebin](https://pastebin.com/QCnFhDMu)