view README.md @ 14:d055228ca9a6

printing text with custom font
author Dennis C. M. <dennis@denniscm.com>
date Sun, 25 Jun 2023 15:51:39 +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
```