Skip to content

Commit 17ea5b8

Browse files
committed
[#151]: Update README
1 parent 2ebbb9b commit 17ea5b8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
# Looper
55
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.
66

7-
For past and future video logs, please visit my [Youtube](https://www.youtube.com/watch?v=Qh-vOKMPQGQ&list=PLRLVUsGGaSH-s0A_2w_eo2LQEfTZuqi7Y) channel.
8-
9-
[![Watch the video](https://raw.githubusercontent.com/wiki/JacobDomagala/Looper/Looper_github.gif)](https://www.youtube.com/watch?v=Qh-vOKMPQGQ)
7+
![gif](https://raw.githubusercontent.com/wiki/JacobDomagala/Looper/Looper_github.gif)
108

119
## Requirements
1210
- C++20 compatible compiler (e.g. GCC, Clang, MSVC)
@@ -41,5 +39,9 @@ cmake --build .
4139
## Contributing
4240
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.
4341

42+
## Youtube
43+
For past and future video logs, please visit my [Youtube](https://www.youtube.com/watch?v=Qh-vOKMPQGQ&list=PLRLVUsGGaSH-s0A_2w_eo2LQEfTZuqi7Y) channel. <br>
44+
[![Playlist](https://img.youtube.com/vi/cyZFLKrvoPc/0.jpg)](https://www.youtube.com/watch?v=cyZFLKrvoPc&list=PLRLVUsGGaSH-s0A_2w_eo2LQEfTZuqi7Y "YouTube Playlist")
45+
4446
## License
4547
Please refer to the LICENSE file in the repository for details on the licensing of this project.

0 commit comments

Comments
 (0)