From af893614f75e2aaa5e68bd1c834b7be3c9b79c9f Mon Sep 17 00:00:00 2001 From: omar Date: Tue, 20 Sep 2022 16:35:17 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Home.md b/Home.md index 5a34fb5..1a4e5a3 100644 --- a/Home.md +++ b/Home.md @@ -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`).