From 4da17a3396f3a2fb03198eb594a46006aa177144 Mon Sep 17 00:00:00 2001 From: omar Date: Thu, 18 Feb 2021 17:56:14 +0100 Subject: [PATCH] Updated About the IMGUI paradigm (markdown) --- About-the-IMGUI-paradigm.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/About-the-IMGUI-paradigm.md b/About-the-IMGUI-paradigm.md index fe26a24..9311a7f 100644 --- a/About-the-IMGUI-paradigm.md +++ b/About-the-IMGUI-paradigm.md @@ -69,6 +69,10 @@ TODO: Each of those points should be explained with a paragraph. We could also d It's particularly important we develop this section to dissociate the promise (sometimes unfulfilled) vs current implementation. The full-feature bell-and-whistle promise is more likely to be ever fulfilled by a UI library if people understand that it is possible. +### Examples + +_TODO_ + ### Vurtun's write-up [@vurtun](https://github.com/vurtun) said very eloquently around April 2019: