view README.md @ 6:40a8bdbe2005

Refactor to array of structures
author Dennis C. M. <dennis@denniscm.com>
date Tue, 13 Jun 2023 18:37:23 +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
```