diff --git a/README.md b/README.md
index 03fc7ed9acce01d8e9f481ef3a0ce0ccbbddaccd..b564fbbf2eae2a42441db447e8b5ad169e45f19a 100644
--- a/README.md
+++ b/README.md
@@ -2,14 +2,17 @@
 
 ## As of 31/03/2022, MAKE is a 3D model viewer
 
+![Demo video](./resources/demo.gif)
+![Model screenshot](./resources/vase.png)
+
 (Not yet) a CAD program, mainly developed to **learn** about **OpenGL** and everything that comes with the **development of a "real" application**.
 
 Eventually it will be subdivided into different projects:
 
 1. MAKE common, which will have all of the dependencies, classes, UI etc.. but no CAD functionality implemented
-1. MAKE basic, which will have pretty limited functionality (the one I'm currently working on)
-1. MAKE OCCT, which will use MAKE common as a basis, but will add CAD functionality using the OCCT library
-1. MAKE exp (experimental), which will use a custom geometry kernel, when I will have learned enough to be able to build one
+2. MAKE basic, which will have pretty limited functionality (the one I'm currently working on)
+3. MAKE OCCT, which will use MAKE common as a basis, but will add CAD functionality using the OCCT library
+4. MAKE exp (experimental), which will use a custom geometry kernel, when I will have learned enough to be able to build one
 
 This program has been tested solely in Ubuntu 20.04, but it *should* work with every other operating system.
 
diff --git a/resources/demo.gif b/resources/demo.gif
new file mode 100644
index 0000000000000000000000000000000000000000..a7fedd7886005d3560b653a71aa8a45cae04d3d4
Binary files /dev/null and b/resources/demo.gif differ
diff --git a/resources/vase.png b/resources/vase.png
new file mode 100644
index 0000000000000000000000000000000000000000..efac0e331b95bcb604f45d55629b95eb34351c13
Binary files /dev/null and b/resources/vase.png differ