Compare commits
2 Commits
294937a0c6
...
b8214d6f80
Author | SHA1 | Date | |
---|---|---|---|
b8214d6f80 | |||
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?raw=true>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Light mode toggle </summary>
|
||||
<img src=/screenshots/LightModeToggle.png?raw=true>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary> Windows message box test </summary>
|
||||
<img src=/screenshots/MsgBoxTest.png?raw=true>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary> Read from text file </summary>
|
||||
<img src=/screenshots/ReadFromTextFile.png?raw=true>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary> Show demo window toggle </summary>
|
||||
<img src=/screenshots/ReadFromTextFile.png?raw=true>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary> Show demo window toggle </summary>
|
||||
<img src=/screenshots/ReadFromTextFile.png?raw=true>
|
||||
</details>
|
||||
|
||||
|
||||
<details>
|
||||
<summary> Show mouse position and List values checkbox </summary>
|
||||
<img src=/screenshots/ShowMousePos.png>
|
||||
</details>
|
||||
|
||||
<!-- Light mode toggle
|
||||
 -->
|
||||
|
||||
|
||||
|
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