mirror of
https://github.com/ocornut/imgui.git
synced 2026-09-27 00:13:29 +03:00
Updated Home (markdown)
parent
4bd321094a
commit
b06714798a
1 changed files with 6 additions and 6 deletions
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue