diff --git a/README.md b/README.md index 9a5338ef..2c47f74b 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,7 @@ # Looper Looper is a game engine with an integrated editor and a 2D type game with a level editor, all written in modern C++20. It uses Vulkan for rendering and ImGui/glfw3 for UI and window/input handling. The project is compatible with Ubuntu and Windows. -For past and future video logs, please visit my [Youtube](https://www.youtube.com/watch?v=Qh-vOKMPQGQ&list=PLRLVUsGGaSH-s0A_2w_eo2LQEfTZuqi7Y) channel. - -[![Watch the video](https://raw.githubusercontent.com/wiki/JacobDomagala/Looper/Looper_github.gif)](https://www.youtube.com/watch?v=Qh-vOKMPQGQ) +![gif](https://raw.githubusercontent.com/wiki/JacobDomagala/Looper/Looper_github.gif) ## Requirements - C++20 compatible compiler (e.g. GCC, Clang, MSVC) @@ -41,5 +39,9 @@ cmake --build . ## Contributing If you would like to contribute to the project, please fork the repository and submit a pull request with your proposed changes. We welcome any improvements or new features that enhance the functionality and user experience of Looper. +## Youtube +For past and future video logs, please visit my [Youtube](https://www.youtube.com/watch?v=Qh-vOKMPQGQ&list=PLRLVUsGGaSH-s0A_2w_eo2LQEfTZuqi7Y) channel.
+[![Playlist](https://img.youtube.com/vi/cyZFLKrvoPc/0.jpg)](https://www.youtube.com/watch?v=cyZFLKrvoPc&list=PLRLVUsGGaSH-s0A_2w_eo2LQEfTZuqi7Y "YouTube Playlist") + ## License Please refer to the LICENSE file in the repository for details on the licensing of this project.