1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-14 11:07:48 +01:00

Testing / Automation

omar 2022-12-06 22:59:25 +01:00 committed by ocornut
parent 9975d2c270
commit 2158759eb2

@ -8,6 +8,7 @@ Welcome to the Dear ImGui wiki! Feel free to edit and contribute!
- [Demo, Examples](#demo-examples)
- [Language Bindings](#language-bindings)
- [Platform and Rendering Backends](#platform-and-rendering-backends)
- [Testing / Automation](#testing--automation)
- [Third-Party Extensions](#third-party-extensions)
- [Gallery](#gallery)
- [Notable branches](#notable-branches)
@ -70,6 +71,10 @@ Welcome to the Dear ImGui wiki! Feel free to edit and contribute!
- [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.
### Testing / Automation
- See [imgui_test_engine](https://github.com/ocornut/imgui_test_engine): Dear ImGui Test Engine + Test Suite
### 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!)