view README.md @ 8:f7af7255705e

text flickering fixed
author Dennis C. M. <dennis@denniscm.com>
date Fri, 23 Jun 2023 16:46:43 +0100
parents 035d3880da04
children 074bde2db09a
line wrap: on
line source

# algo-animator

## Compile and run
```bash
gcc main.c utils.c -lglut -lGL -lGLU -lm && ./a.out
```