From 35ceeb2368b3430ca50e9cbb8c739272c36828b9 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 27 Jul 2022 13:12:05 -0500 Subject: [PATCH] Test change please ignore --- Home.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Home.md b/Home.md index da9f2fd..d12c072 100644 --- a/Home.md +++ b/Home.md @@ -259,3 +259,5 @@ Dear ImGui is one possible implementation of an idea generally described as the Another notable uses of IMGUI paradigm include [Unity's own IMGUI widget library](https://docs.unity3d.com/Manual/GUIScriptingGuide.html), often informally referred to as `OnGUI()`, which is used to power the Unity editor and its extensions. This library is unrelated from Dear ImGui. The IMGUI library used by Unity has in the past received mixed feedback from its users, presumably because it may have been perceived as a potential candidate for game-facing UI solutions, which it doesn't excel at. However Unity has since provided separate libraries to tackle that case, and their IMGUI library is still very much in use for the Unity Editor and has been its UI backbone for the past 15+ years. ##### [Return to Index](#index) + +