From 9f41d9621b89e60974ee0d021ed22923ffdad682 Mon Sep 17 00:00:00 2001 From: Rokas Kupstys <19151258+rokups@users.noreply.github.com> Date: Mon, 15 Feb 2021 13:51:09 +0200 Subject: [PATCH] Grammar. --- About-the-IMGUI-paradigm.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/About-the-IMGUI-paradigm.md b/About-the-IMGUI-paradigm.md index 591bcaa..98d1a50 100644 --- a/About-the-IMGUI-paradigm.md +++ b/About-the-IMGUI-paradigm.md @@ -44,16 +44,16 @@ This is in comparison with typical RMGUI ("retained-mode UI") which: What it doesn't stands for: -- IMGUI does not means that the library doesn't retain data. -- IMGUI does not means that stuff are drawn immediately. -- IMGUI does not means it needs a continuous loop nor need to refresh continuously. -- IMGUI does not means it needs to refresh all-or-nothing. -- IMGUI does not means that states are polled. -- IMGUI does not means the UI doesn't look "native". -- IMGUI does not means it needs a GPU to render. -- IMGUI does not means that layout features are limited. -- IMGUI does not means that there is a single pass flow. -- IMGUI does not means that the library is more or less portable. +- IMGUI does not mean that the library doesn't retain data. +- IMGUI does not mean that stuff are drawn immediately. +- IMGUI does not mean it needs a continuous loop nor need to refresh continuously. +- IMGUI does not mean it needs to refresh all-or-nothing. +- IMGUI does not mean that states are polled. +- IMGUI does not mean the UI doesn't look "native". +- 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 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 described less explored paths and envision what new UI libraries could do.