From d7d3a944dbda966ed09209ca1abf20d3a4bcfcbd Mon Sep 17 00:00:00 2001 From: David Date: Wed, 27 Jul 2022 13:22:26 -0500 Subject: [PATCH] Reverted test change --- Home.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Home.md b/Home.md index d12c072..da9f2fd 100644 --- a/Home.md +++ b/Home.md @@ -259,5 +259,3 @@ 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) - -