From e8178bf8a4369f8a147742507eed879f06929d16 Mon Sep 17 00:00:00 2001 From: omar Date: Wed, 14 Sep 2022 12:14:37 +0200 Subject: [PATCH] Update README.md --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index ea9f98e26..fe3ea7c50 100644 --- a/docs/README.md +++ b/docs/README.md @@ -30,6 +30,7 @@ Dear ImGui is particularly suited to integration in game engines (for tooling), - Minimize state synchronization. - Minimize state storage on user side. - Minimize setup and maintenance. + - Easy to use to create dynamic UI which are the reflection of a dynamic data set. - Easy to use to create code-driven and data-driven tools. - Easy to use to create ad hoc short-lived tools and long-lived, more elaborate tools. - Easy to hack and improve.