Mercurial > public > algo-animator
comparison README.md @ 24:bebd95177e96
add images
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Tue, 27 Jun 2023 20:13:25 +0100 |
parents | 8a5a7aee69ce |
children | 2945f5898960 |
comparison
equal
deleted
inserted
replaced
22:a83fa0b5ea96 | 24:bebd95177e96 |
---|---|
1 # algo-animator | 1 # algo-animator |
2 | 2 |
3 This project is inspired by - off course - the video by Timo Bingmann called [15 sorting algorithms in 6 minutes](https://www.youtube.com/watch?v=kPRA0W1kECg). | 3 This project is inspired by - off course - the video by Timo Bingmann called [15 sorting algorithms in 6 minutes](https://www.youtube.com/watch?v=kPRA0W1kECg). |
4 | |
5  | |
6 ![Image 2](repo/2.png | |
4 | 7 |
5 ## Compile | 8 ## Compile |
6 | 9 |
7 ```bash | 10 ```bash |
8 gcc main.c -lglut -lGL -lGLU -lm -I/usr/local/include/freetype2 -L/usr/local/lib -lfreetype | 11 gcc main.c -lglut -lGL -lGLU -lm -I/usr/local/include/freetype2 -L/usr/local/lib -lfreetype |