Add screenshots to repo, also add screenshots to readme.
This commit is contained in:
parent
294937a0c6
commit
2c46abf148
43
README.md
43
README.md
@ -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) -->
|
||||
|
||||
|
||||
|
BIN
screenshots/KeyPressTest.png
Normal file
BIN
screenshots/KeyPressTest.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
screenshots/LightModeToggle.png
Normal file
BIN
screenshots/LightModeToggle.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
BIN
screenshots/MsgBoxTest.png
Normal file
BIN
screenshots/MsgBoxTest.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
BIN
screenshots/ReadFromTextFile.png
Normal file
BIN
screenshots/ReadFromTextFile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
screenshots/ShowDemoWindowToggle.png
Normal file
BIN
screenshots/ShowDemoWindowToggle.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
screenshots/ShowMousePos.png
Normal file
BIN
screenshots/ShowMousePos.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Loading…
Reference in New Issue
Block a user