Mercurial > public > algo-animator
comparison README.md @ 46:701dc4e9f2f6
Update README.md
committer: GitHub <noreply@github.com>
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Tue, 12 Dec 2023 09:05:12 +0000 |
parents | 08ec3e96a02c |
children | f60144ebce23 |
comparison
equal
deleted
inserted
replaced
45:08ec3e96a02c | 46:701dc4e9f2f6 |
---|---|
1 | 1 |
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 | |
6 - Docs: <https://denniscm.com/proj/algo-animator.html> | |
7 - Main repo on SourceHut: <https://git.sr.ht/~denniscmartin/algo-animator> | |
8 - Mirrors: | |
9 - Github: <https://github.com/denniscmartin/algo-animator> | |
10 - Gitlab: <https://gitlab.com/denniscmartin/algo-animator> | |
11 |