From 480b88be65d7e2b58bc4f379d5ad77636c131f96 Mon Sep 17 00:00:00 2001 From: fishermans-friend Date: Fri, 24 Sep 2021 10:23:55 +0200 Subject: [PATCH] Fixed words coming in the wrong order. Removed question marks for reasons. --- About-the-IMGUI-paradigm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/About-the-IMGUI-paradigm.md b/About-the-IMGUI-paradigm.md index a48951e..719c286 100644 --- a/About-the-IMGUI-paradigm.md +++ b/About-the-IMGUI-paradigm.md @@ -7,8 +7,8 @@ THIS IS WIP/DRAFT / [Discuss this article](https://github.com/ocornut/imgui/issu Proponent of the IMGUI paradigm have noticed that it was widely misunderstood, over and over. As of Feb 2021, even the [IMGUI Wikipedia page](https://en.wikipedia.org/wiki/Immediate_mode_GUI) is completely off the mark. There are reasons for that: - the acronym is very misleading. -- people didn't do a good job enough explaining or documentation what IMGUI means? -- they are different interpretation of what IMGUI means? +- people didn't do a good enough job explaining or documenting what IMGUI means +- they are different interpretation of what IMGUI means - many popular IMGUI implementation have made similar design choices, making it more confusing what is actually the soul and backbone of the IMGUI paradigm vs a set of implementation choices. - the naming and success of "Dear ImGui" blurred the line a little bit further (should have used another name).