From 733f070e15318b87d746a4df5abc7e517bad482d Mon Sep 17 00:00:00 2001 From: omar Date: Tue, 6 Feb 2024 14:36:32 +0100 Subject: [PATCH] Updated Home (markdown) --- Home.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Home.md b/Home.md index 439ac5e..e1d0585 100644 --- a/Home.md +++ b/Home.md @@ -93,7 +93,7 @@ New to Dear ImGui? Check out the [[Getting Started guide|Getting-Started]]. - [master](https://github.com/ocornut/imgui/tree/master) branch - [docking](https://github.com/ocornut/imgui/tree/docking) branch (fully maintained): include [Docking](https://github.com/ocornut/imgui/wiki/docking) + [Multi-Viewports](https://github.com/ocornut/imgui/wiki/multi-viewports) features. -##### [Return to Index](#index) +[Return to Index](#index) # Features @@ -140,7 +140,7 @@ New to Dear ImGui? Check out the [[Getting Started guide|Getting-Started]]. - 1.87 new IO event queue API [#4921](https://github.com/ocornut/imgui/issues/4921) - ~~Input / IO queue for very low framerate applications: [gist](https://gist.github.com/ocornut/8417344f3506790304742b07887adf9f)~~ -##### [Return to Index](#index) +[Return to Index](#index) # Miscellaneous @@ -210,12 +210,12 @@ Other: - An immediate mode 3D gizmo (translation, rotation, scale for scene editing) https://github.com/meshula/tinygizmo - small libraries with minimal dependencies https://github.com/nothings/single_file_libs -##### [Return to Index](#index) - ### Job Board See https://github.com/ocornut/imgui/issues/5031 for industry job offers relating to use of Dear ImGui. +[Return to Index](#index) + # Articles, Videos ### Articles/Videos About Dear ImGui @@ -310,4 +310,4 @@ 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 powers 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) +[Return to Index](#index)