Skip to content

Commit

Permalink
[#151]: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobDomagala committed Nov 27, 2023
1 parent 2ebbb9b commit 17ea5b8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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. <br>
[![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.

0 comments on commit 17ea5b8

Please sign in to comment.