1
0
mirror of https://github.com/ocornut/imgui.git synced 2025-02-17 11:08:42 +01:00

Updated Home (markdown)

omar 2024-07-30 14:07:44 +02:00
parent 90b6450581
commit 74bd7e8bce

10
Home.md

@ -25,8 +25,8 @@ New to Dear ImGui? Check out the [[Getting Started guide|Getting-Started]].
- [Notable branches](#notable-branches)
- [Features](#features)
- [Debug Tools](#debug-tools)
- [Images](#images)
- [Fonts/Text](#fontstext)
- [Textures / Images](#textures--images)
- [Fonts / Text](#fonts--text)
- [Tables](#tables)
- [Multi-Select](#multi-Select)
- [Docking](#docking)
@ -111,11 +111,11 @@ 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..
### Images
### Textures / Images
- Tutorial: [[Image Loading and Displaying Examples|Image-Loading-and-Displaying-Examples]] (helpful if you are confused about `ImTextureID`).
- Article: [[Image Loading and Displaying Examples|Image-Loading-and-Displaying-Examples]] (helpful if you are confused about `ImTextureID`).
### Fonts/Text
### Fonts / Text
- Read: [Using Fonts](https://github.com/ocornut/imgui/blob/master/docs/FONTS.md) (docs/FONTS.md)
- Search in Issues: [font/text](https://github.com/ocornut/imgui/issues?q=label%3Afont%2Ftext+)