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`).