view README.md @ 5:6be2faa7ed6e

rectangles with variable height
author Dennis C. M. <dennis@denniscm.com>
date Tue, 13 Jun 2023 17:23:52 +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
```