Updated Home (markdown)
parent
f02c2733e4
commit
3132b25bf0
24
Home.md
24
Home.md
@ -6,10 +6,10 @@ Welcome to the Dear ImGui wiki! Feel free to edit and contribute!
|
|||||||
- [General documentation](#general-documentation)
|
- [General documentation](#general-documentation)
|
||||||
- [Community](#community)
|
- [Community](#community)
|
||||||
- [Demo, Examples](#demo-examples)
|
- [Demo, Examples](#demo-examples)
|
||||||
- [Language Bindings](#language-bindings)
|
- **[Language Bindings](#language-bindings)**
|
||||||
- [Platform and Rendering Backends](#platform-and-rendering-backends)
|
- **[Platform and Rendering Backends](#platform-and-rendering-backends)**
|
||||||
- [Testing / Automation](#testing--automation)
|
- **[Third-Party Extensions](#third-party-extensions)**
|
||||||
- [Third-Party Extensions](#third-party-extensions)
|
- **[Testing / Automation](#testing--automation)**
|
||||||
- [Gallery](#gallery)
|
- [Gallery](#gallery)
|
||||||
- [Notable branches](#notable-branches)
|
- [Notable branches](#notable-branches)
|
||||||
- [Features](#features)
|
- [Features](#features)
|
||||||
@ -45,8 +45,8 @@ Welcome to the Dear ImGui wiki! Feel free to edit and contribute!
|
|||||||
- [[Upcoming changes|Upcoming-changes]] (~roadmap)
|
- [[Upcoming changes|Upcoming-changes]] (~roadmap)
|
||||||
- [[Tips|Tips]] (for people working _with_ dear imgui)
|
- [[Tips|Tips]] (for people working _with_ dear imgui)
|
||||||
- [[Developer tips|Developer-Tips]] (for people working _on_ dear imgui)
|
- [[Developer tips|Developer-Tips]] (for people working _on_ dear imgui)
|
||||||
- [Releases / Changelogs](https://github.com/ocornut/imgui/releases) with annotation and pictures.
|
- [Releases / Changelogs](https://github.com/ocornut/imgui/releases) with annotations and pictures.
|
||||||
- Interactive [imgui_manual](https://pthom.github.io/imgui_manual_online/manual/imgui_manual.html) by @pthom
|
- Interactive/web [imgui_manual](https://pthom.github.io/imgui_manual_online/manual/imgui_manual.html) by @pthom
|
||||||
|
|
||||||
### Community
|
### Community
|
||||||
|
|
||||||
@ -57,7 +57,7 @@ Welcome to the Dear ImGui wiki! Feel free to edit and contribute!
|
|||||||
### Demo, Examples
|
### Demo, Examples
|
||||||
|
|
||||||
- [About Examples apps](https://github.com/ocornut/imgui/blob/master/docs/EXAMPLES.md) (docs/EXAMPLES.md)
|
- [About Examples apps](https://github.com/ocornut/imgui/blob/master/docs/EXAMPLES.md) (docs/EXAMPLES.md)
|
||||||
- The [examples/](https://github.com/ocornut/imgui/tree/master/examples) folder contains 21 standalone example application for varieties of platforms and frameworks.
|
- The [examples/](https://github.com/ocornut/imgui/tree/master/examples) folder contains 23 standalone example applications for varieties of platforms and frameworks.
|
||||||
- The [imgui_demo.cpp](https://github.com/ocornut/imgui/tree/master/imgui_demo.cpp) file has a `ImGui::ShowDemoWindow()` function which you can call from any imgui-enabled application to showcase variety of features. The demo function is called from all examples/ apps.
|
- The [imgui_demo.cpp](https://github.com/ocornut/imgui/tree/master/imgui_demo.cpp) file has a `ImGui::ShowDemoWindow()` function which you can call from any imgui-enabled application to showcase variety of features. The demo function is called from all examples/ apps.
|
||||||
- Third-party: @pthom's [imgui_manual](https://pthom.github.io/imgui_manual_online/manual/imgui_manual.html): web version of imgui_demo with interactive browsing of sources.
|
- Third-party: @pthom's [imgui_manual](https://pthom.github.io/imgui_manual_online/manual/imgui_manual.html): web version of imgui_demo with interactive browsing of sources.
|
||||||
|
|
||||||
@ -70,16 +70,16 @@ Welcome to the Dear ImGui wiki! Feel free to edit and contribute!
|
|||||||
|
|
||||||
- [List of engine/framework backends](https://github.com/ocornut/imgui/wiki/Bindings#frameworkengine-backends) (Unity, Unreal and many others...)
|
- [List of engine/framework backends](https://github.com/ocornut/imgui/wiki/Bindings#frameworkengine-backends) (Unity, Unreal and many others...)
|
||||||
- [About Backends](https://github.com/ocornut/imgui/blob/master/docs/BACKENDS.md) (docs/BACKENDS.md)
|
- [About Backends](https://github.com/ocornut/imgui/blob/master/docs/BACKENDS.md) (docs/BACKENDS.md)
|
||||||
- The [backends/](https://github.com/ocornut/imgui/tree/master/backends) folder contains 16 reusable backends for varieties of platforms and frameworks.
|
- The [backends/](https://github.com/ocornut/imgui/tree/master/backends) folder contains 18 reusable backends for varieties of platforms and frameworks.
|
||||||
|
|
||||||
### Testing / Automation
|
|
||||||
|
|
||||||
- See [imgui_test_engine](https://github.com/ocornut/imgui_test_engine): Dear ImGui Test Engine + Test Suite
|
|
||||||
|
|
||||||
### Third-party extensions
|
### Third-party extensions
|
||||||
|
|
||||||
- [[List of useful third-party extensions/widgets|Useful-Extensions]] (text editors, node editors, plotting/graphing, curves/animations/gradients editors, knobs, spinners, remoting, 3d gizmos and many more!)
|
- [[List of useful third-party extensions/widgets|Useful-Extensions]] (text editors, node editors, plotting/graphing, curves/animations/gradients editors, knobs, spinners, remoting, 3d gizmos and many more!)
|
||||||
|
|
||||||
|
### Testing / Automation
|
||||||
|
|
||||||
|
- See [imgui_test_engine](https://github.com/ocornut/imgui_test_engine): Dear ImGui Test Engine + Dear ImGui Test Suite
|
||||||
|
|
||||||
### Gallery
|
### Gallery
|
||||||
|
|
||||||
- [Gallery #5886](https://github.com/ocornut/imgui/issues/5886) Post your screenshots / code here
|
- [Gallery #5886](https://github.com/ocornut/imgui/issues/5886) Post your screenshots / code here
|
||||||
|
Loading…
Reference in New Issue
Block a user