From 6fd960640826f9d1f224ceb30829f197a7c0cb04 Mon Sep 17 00:00:00 2001 From: omar Date: Mon, 15 Feb 2021 13:42:07 +0100 Subject: [PATCH] Tweaks --- About-the-IMGUI-paradigm.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/About-the-IMGUI-paradigm.md b/About-the-IMGUI-paradigm.md index 257988b..fc70b65 100644 --- a/About-the-IMGUI-paradigm.md +++ b/About-the-IMGUI-paradigm.md @@ -54,8 +54,7 @@ What it doesn't stands for: - IMGUI does not mean the UI doesn't look "native" or looks a certain way. - IMGUI does not mean it cannot animate. - IMGUI does not mean it needs a GPU to render. -- IMGUI does not mean that layout features are limited. -- IMGUI does not mean that there is a single pass flow. +- IMGUI does not mean that the library can or cannot support feature x or y. - IMGUI does not mean that the library is more or less portable. TODO: Each of those points should be explained with a paragraph. We could also describe how common UI libraries (of all types) stand on a given axis. We could also describe less explored paths and envision what new UI libraries could do.