Updated Home (markdown)

omar 2024-10-08 12:02:31 +02:00
parent 410c61c89e
commit 74bdb5894b

@ -25,7 +25,7 @@ New to Dear ImGui? Check out the [[Getting Started guide|Getting-Started]].
- [Notable branches](#notable-branches)
- [Features](#features)
- [Debug Tools](#debug-tools)
- [Textures / Images](#textures--images)
- [Rendering Textures / Images](#rendering-textures--images)
- [Fonts / Text](#fonts--text)
- [Tables](#tables)
- [Multi-Select](#multi-Select)
@ -112,7 +112,7 @@ New to Dear ImGui? Check out the [[Getting Started guide|Getting-Started]].
- See [[Debug Tools|Debug-Tools]] wiki page explaining `ShowMetricsWindow()`, `ShowDebugLogWindow()`, `ShowIdStackToolWindow()`, Item Picker..
- See [[Error Handling|Error-Handling]] wiki page about ways to configure error handling and state recovery.
### Textures / Images
### Rendering Textures / Images
- Article: [[Image Loading and Displaying Examples|Image-Loading-and-Displaying-Examples]] (helpful if you are confused about `ImTextureID`).