Add screenshots to repo, also add screenshots to readme.

This commit is contained in:
kelson8 2025-01-09 20:56:48 -05:00
parent 294937a0c6
commit 2c46abf148
7 changed files with 43 additions and 0 deletions

View File

@ -3,3 +3,46 @@
I am testing ImGui functions in this repo using C++.
This works in DirectX9, OpenGL doesn't work yet and is a work in progress.
# Screenshots
Here are some images of what this ImGui test is so far
<details>
<summary> Key Press Test </summary>
<img src=/screenshots/LightModeToggle.png>
</details>
<details>
<summary>Light mode toggle </summary>
<img src=/screenshots/LightModeToggle.png>
</details>
<details>
<summary> Windows message box test </summary>
<img src=/screenshots/MsgBoxTest.png>
</details>
<details>
<summary> Read from text file </summary>
<img src=/screenshots/ReadFromTextFile.png>
</details>
<details>
<summary> Show demo window toggle </summary>
<img src=/screenshots/ReadFromTextFile.png>
</details>
<details>
<summary> Show demo window toggle </summary>
<img src=/screenshots/ReadFromTextFile.png>
</details>
<details>
<summary> Show mouse position and List values checkbox </summary>
<img src=/screenshots/ShowMousePos.png>
</details>
<!-- Light mode toggle
![Light Mode Toggle](/screenshots/LightModeToggle.png) -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
screenshots/MsgBoxTest.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB