Răsfoiți Sursa

Update README.md

Jeffery Myers 3 ani în urmă
părinte
comite
99a6c31ab8
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -33,9 +33,12 @@ There are two example programs in the examples folder.
 
 ## Simple
 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
 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