From ab8cfede7712dfa1269a5e7f7a7713f10f7c7545 Mon Sep 17 00:00:00 2001 From: omar Date: Thu, 23 Mar 2023 19:00:04 +0100 Subject: [PATCH] TextFmt --- Useful-Extensions.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Useful-Extensions.md b/Useful-Extensions.md index 453684c..065cd51 100644 --- a/Useful-Extensions.md +++ b/Useful-Extensions.md @@ -304,6 +304,9 @@ Many more Node Editors 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) +**TextFmt()**: helper to use fmt (2023) +
[pastebin](https://pastebin.com/QCnFhDMu) + **imgui_scoped**: Add some RAII-style wrappers
[#2096](https://github.com/ocornut/imgui/issues/2096), [#2197](https://github.com/ocornut/imgui/pull/2197)