Updated Home (markdown)

omar 2024-02-06 14:36:32 +01:00
parent 6de2f5dc44
commit 733f070e15

10
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 - [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. - [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 # 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) - 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)~~ - ~~Input / IO queue for very low framerate applications: [gist](https://gist.github.com/ocornut/8417344f3506790304742b07887adf9f)~~
##### [Return to Index](#index) [Return to Index](#index)
# Miscellaneous # Miscellaneous
@ -210,12 +210,12 @@ Other:
- An immediate mode 3D gizmo (translation, rotation, scale for scene editing) https://github.com/meshula/tinygizmo - 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 - small libraries with minimal dependencies https://github.com/nothings/single_file_libs
##### [Return to Index](#index)
### Job Board ### Job Board
See https://github.com/ocornut/imgui/issues/5031 for industry job offers relating to use of Dear ImGui. 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
### Articles/Videos About Dear ImGui ### 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. 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)