diff --git a/README.md b/README.md
index 59d9c5e..d704db8 100644
--- a/README.md
+++ b/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
+
+ Key Press Test
+
+
+
+
+Light mode toggle
+
+
+
+
+ Windows message box test
+
+
+
+
+ Read from text file
+
+
+
+
+ Show demo window toggle
+
+
+
+
+ Show demo window toggle
+
+
+
+
+
+ Show mouse position and List values checkbox
+
+
+
+
+
+
diff --git a/screenshots/KeyPressTest.png b/screenshots/KeyPressTest.png
new file mode 100644
index 0000000..483c583
Binary files /dev/null and b/screenshots/KeyPressTest.png differ
diff --git a/screenshots/LightModeToggle.png b/screenshots/LightModeToggle.png
new file mode 100644
index 0000000..60cf58c
Binary files /dev/null and b/screenshots/LightModeToggle.png differ
diff --git a/screenshots/MsgBoxTest.png b/screenshots/MsgBoxTest.png
new file mode 100644
index 0000000..d106cfe
Binary files /dev/null and b/screenshots/MsgBoxTest.png differ
diff --git a/screenshots/ReadFromTextFile.png b/screenshots/ReadFromTextFile.png
new file mode 100644
index 0000000..94cc1ea
Binary files /dev/null and b/screenshots/ReadFromTextFile.png differ
diff --git a/screenshots/ShowDemoWindowToggle.png b/screenshots/ShowDemoWindowToggle.png
new file mode 100644
index 0000000..9333d98
Binary files /dev/null and b/screenshots/ShowDemoWindowToggle.png differ
diff --git a/screenshots/ShowMousePos.png b/screenshots/ShowMousePos.png
new file mode 100644
index 0000000..fa16df7
Binary files /dev/null and b/screenshots/ShowMousePos.png differ