Updated Home (markdown)

omar 2022-09-20 16:35:17 +02:00
parent 2528bcb69a
commit af893614f7

@ -11,6 +11,7 @@ Welcome to the Dear ImGui wiki! Feel free to edit and contribute!
- [Gallery](#gallery)
- [Notable branches](#notable-branches)
- [Features](#features)
- [Debug Tools](#debug-tools)
- [Images](#images)
- [Fonts/Text](#fontstext)
- [Tables](#tables)
@ -82,6 +83,10 @@ Welcome to the Dear ImGui wiki! Feel free to edit and contribute!
# Features
### Debug Tools
- See [[Debug Tools|Debug-Tools]] wiki page explaining `ShowMetricsWindow()`, `ShowDebugLogWindow()`, `ShowStackToolWindow()`, Item Picker..
### Images
- Tutorial: [[Image Loading and Displaying Examples|Image-Loading-and-Displaying-Examples]] (helpful if you are confused about `ImTextureID`).