From 9236fd3ce4493402f89a4eda8e3b262f723181b7 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Tue, 5 Jul 2022 23:29:20 +0300 Subject: [PATCH] Added the new video in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08972c0..5c7c9be 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # StylishVisualizer This is a program which visualizes a bunch of [sorting algorithms](https://en.wikipedia.org/wiki/Sorting_algorithm). Made in C++17 using [SFML](https://github.com/SFML/SFML) 2.6.X, [ImGui](https://github.com/ocornut/imgui) 1.88 (+[imgui-sfml](https://github.com/eliasdaler/imgui-sfml) 2.5) and [ImPlot](https://github.com/epezent/implot) 0.14, the code is cross platform! -See a video of the program in action [here](https://www.youtube.com/watch?v=IISj6aj4E6o). +See a video of the program in action [here](https://www.youtube.com/watch?v=IISj6aj4E6o) or a more fun one [here](https://www.youtube.com/watch?v=UJPxN8VMNUY). ## Capabilities Has the following sorting algorithms (15):