From dacd0806399081b4909fc0a52d5aa1bcbf3847a4 Mon Sep 17 00:00:00 2001 From: ocornut Date: Thu, 6 Nov 2025 17:30:00 +0100 Subject: [PATCH] Docs: added link to imgui-module. (#8868( --- misc/cpp/README.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/misc/cpp/README.txt b/misc/cpp/README.txt index 5d6aeff13..f865c1b3e 100644 --- a/misc/cpp/README.txt +++ b/misc/cpp/README.txt @@ -9,5 +9,9 @@ imgui_scoped.h Try by merging: https://github.com/ocornut/imgui/pull/2197 Discuss at: https://github.com/ocornut/imgui/issues/2096 +imgui-module: + C++20 module binding + https://github.com/stripe2933/imgui-module + See more C++ related extension (fmt, RAII, syntactic sugar) on Wiki: https://github.com/ocornut/imgui/wiki/Useful-Extensions#cness