view README.md @ 13:074bde2db09a

printing text with custom font but incorrect letters
author Dennis C. M. <dennis@denniscm.com>
date Sat, 24 Jun 2023 13:39:21 +0100
parents 035d3880da04
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
```