From 2158759eb278f137329a9a0596942981bb4450e5 Mon Sep 17 00:00:00 2001 From: omar Date: Tue, 6 Dec 2022 22:59:25 +0100 Subject: [PATCH] Testing / Automation --- Home.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Home.md b/Home.md index b366553..0850b33 100644 --- a/Home.md +++ b/Home.md @@ -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!)