https://github.com/rokups/imgui_test_engine
Dear ImGui Tests & Automation
https://github.com/rokups/imgui_test_engine
Last synced: about 1 month ago
JSON representation
Dear ImGui Tests & Automation
- Host: GitHub
- URL: https://github.com/rokups/imgui_test_engine
- Owner: rokups
- Created: 2022-06-29T06:51:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T15:22:50.000Z (over 2 years ago)
- Last Synced: 2025-01-30T03:15:57.013Z (3 months ago)
- Language: C++
- Size: 3.3 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
Awesome Lists containing this project
README
## Contents
- `app_mimimal/` minimal demo app showcasing how to integrate the test engine (app)
- `build_scripts/` helpers build scripts.
- `imgui_tests/` test suite (app)
- `imgui_test_engine/` test engine (library)
- `shared/` shared C++ helpers for apps## Docs / Wiki
See [imgui_test_engine Wiki](https://github.com/ocornut/imgui_test_engine/wiki/imgui_test_engine).