comparison README.md @ 48:10a7b0e258f4

Add images to readme
author Dennis C. M. <dennis@denniscm.com>
date Wed, 20 Nov 2024 08:41:58 +0000
parents f60144ebce23
children 2016dc709c7b
comparison
equal deleted inserted replaced
47:f60144ebce23 48:10a7b0e258f4
2 # algo-animator 2 # algo-animator
3 3
4 An interactive program to visualize sorting algorithms. Developed in C using OpenGL, GLUT and FreeType. I also made a video about this project -> [Youtube](https://youtu.be/KvOI88s-FsU). 4 An interactive program to visualize sorting algorithms. Developed in C using OpenGL, GLUT and FreeType. I also made a video about this project -> [Youtube](https://youtu.be/KvOI88s-FsU).
5 5
6 This project is inspired by the video of Timo Bingmann called [15 sorting algorithms in 6 minutes](https://www.youtube.com/watch?v=kPRA0W1kECg) 6 This project is inspired by the video of Timo Bingmann called [15 sorting algorithms in 6 minutes](https://www.youtube.com/watch?v=kPRA0W1kECg)
7
8 ![alt text](.github/1.png)
9 ![alt text](.github/2.png)
7 10
8 ## Usage 11 ## Usage
9 12
10 ### Compile 13 ### Compile
11 14