mirror of
https://github.com/ocornut/imgui.git
synced 2026-06-22 06:16:34 +00:00
Updated Home (markdown)
12
Home.md
12
Home.md
@@ -24,10 +24,10 @@ New to Dear ImGui? Check out the [[Getting Started guide|Getting-Started]].
|
||||
- Debug Tools (Metrics/Debugger, Item Picker, Debug Log, ID Stack Tool...).
|
||||
- Error Handling
|
||||
- [Rendering](#rendering)
|
||||
- ImDrawList Reference
|
||||
- Rendering Textures / Images
|
||||
- Pixel-perfect Rendering Guide
|
||||
- How Polyline Rendering is Implemented
|
||||
- ImDrawList Reference (1.93+)
|
||||
- Pixel-perfect Rendering Guide (1.93+)
|
||||
- How Polyline Rendering is Implemented (1.93+)
|
||||
- [Fonts / Text](#fonts--text)
|
||||
- [Tables](#tables)
|
||||
- [Multi-Select](#multi-Select)
|
||||
@@ -117,10 +117,10 @@ New to Dear ImGui? Check out the [[Getting Started guide|Getting-Started]].
|
||||
|
||||
### Rendering
|
||||
|
||||
- ImDrawList Vector Rendering Reference: [[Draw-List]]
|
||||
- Pixel Perfect Anti-aliased Rendering: [[Pixel-Perfect-Rendering]]
|
||||
- Anti-aliased Polyline Rendering: [[Polyline-Rendering]]
|
||||
- Rendering Textures / Images: [[Image Loading and Displaying Examples|Image-Loading-and-Displaying-Examples]] (helpful if you are confused about `ImTextureID`).
|
||||
- ImDrawList Vector Rendering Reference: [[Draw-List]] (1.93+)
|
||||
- Pixel Perfect Anti-aliased Rendering: [[Pixel-Perfect-Rendering]] (1.93+)
|
||||
- Anti-aliased Polyline Rendering: [[Polyline-Rendering]] (1.93+)
|
||||
|
||||
### Fonts / Text
|
||||
|
||||
|
||||
Reference in New Issue
Block a user