view README.md @ 18:6a5c5b137348

implement method to run the algo function given the selected algo
author Dennis C. M. <dennis@denniscm.com>
date Sun, 25 Jun 2023 19:23:49 +0100
parents 074bde2db09a
children 8a5a7aee69ce
line wrap: on
line source

# algo-animator

## Compile and run
```bash
gcc main.c -lglut -lGL -lGLU -lm -I/usr/local/include/freetype2 -L/usr/local/lib -lfreetype
./a.out
```