Skip to content

Commit

Permalink
[#172]: Fix links in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobDomagala authored Feb 9, 2024
1 parent 8a799d5 commit 9d8007e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
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.

![gif](https://raw.githubusercontent.com/wiki/JacobDomagala/Looper/gizmo.gif)
****
![gif](https://raw.githubusercontent.com/wiki/JacobDomagala/Looper/animation.gif)

## Requirements
Expand Down Expand Up @@ -41,8 +42,8 @@ cmake --build .
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. <br>
[![Playlist](https://img.youtube.com/vi/FSUvkXoqPe4/0.jpg)](https://www.youtube.com/watch?v=FSUvkXoqPe4&list=PLRLVUsGGaSH-s0A_2w_eo2LQEfTZuqi7Y "YouTube Playlist")
For past and future video logs, please visit my [Youtube](https://www.youtube.com/watch?v=v3C8wLfSl2I&list=PLRLVUsGGaSH-s0A_2w_eo2LQEfTZuqi7Y) channel. <br>
[![Playlist](https://img.youtube.com/vi/FSUvkXoqPe4/0.jpg)](https://www.youtube.com/watch?v=v3C8wLfSl2I&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.

0 comments on commit 9d8007e

Please sign in to comment.