From 5c38cc6a6812fff344d63dfb9c1e7182e8469a7c Mon Sep 17 00:00:00 2001 From: omar Date: Mon, 15 Feb 2021 14:13:00 +0100 Subject: [PATCH] Updated About the IMGUI paradigm (markdown) --- About-the-IMGUI-paradigm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/About-the-IMGUI-paradigm.md b/About-the-IMGUI-paradigm.md index c4ea7de..36b440a 100644 --- a/About-the-IMGUI-paradigm.md +++ b/About-the-IMGUI-paradigm.md @@ -41,7 +41,7 @@ What we care about: - IMGUI refers to the API: literally the interface between the application and the UI system. - The API tries to minimize the application having to retain data related to the UI system. - The API tries to minimize the UI system having to retain data related to the application. -- IMGUI does NOT refer to the implementation. Whatever happens inside the UI system stays inside the UI system. +- IMGUI does NOT refer to the implementation. Whatever happens inside the UI system doesn't matter. This is in comparison with typical RMGUI ("retained-mode UI"):