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)