Browse Source

Update README.md

Jeffery Myers 4 years ago
parent
commit
99a6c31ab8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -33,9 +33,12 @@ There are two example programs in the examples folder.
 
 
 ## Simple
 ## Simple
 This is the most simple use of ImGui in raylib, it just shows the ImGui demo window.
 This is the most simple use of ImGui in raylib, it just shows the ImGui demo window.
+![image](https://user-images.githubusercontent.com/322174/136596910-da1b60ae-4a39-48f0-ae84-f568bc396870.png)
+
 
 
 ## Editor
 ## Editor
 This is a more complex example of ImGui, showing how to use raylib 2d and 3d cameras to draw into ImGui windows using render textures.
 This is a more complex example of ImGui, showing how to use raylib 2d and 3d cameras to draw into ImGui windows using render textures.
+![image](https://user-images.githubusercontent.com/322174/136596949-033ffe0a-2476-4030-988a-5bf5b6e2ade7.png)
 
 
 # Extras
 # Extras