diff --git a/README.md b/README.md index bd0e017..d6a7713 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,15 @@ pip install -r requirements.txt ## Tutorial 1 Creating a GLFW Window. +
+![](https://github.com/sudoyolo/PyOpenGL_CIC/blob/main/images/tute1_out.jpg) ## Tutorial 2 Drawing a static triangle in the GLFW Window. +
+![](https://github.com/sudoyolo/PyOpenGL_CIC/blob/main/images/tute2_out.jpg) ## Tutorial 3 -Creating an animated cubical crate. \ No newline at end of file +Creating an animated cubical crate. +
+![](https://github.com/sudoyolo/PyOpenGL_CIC/blob/main/images/tute3_out.gif)