An open API service indexing awesome lists of open source software.

https://github.com/merumerutho/calgorithmicanimations

A rudimental and experimental C program to generate algorithmic animations.
https://github.com/merumerutho/calgorithmicanimations

Last synced: about 1 month ago
JSON representation

A rudimental and experimental C program to generate algorithmic animations.

Awesome Lists containing this project

README

          

# CAlgorithmicAnimations
A rudimental and experimental C program to generate algorithmic animations.

- Download
- Make sure you have [ffmpeg](https://www.ffmpeg.org/) and [parallel](https://www.gnu.org/software/parallel/) installed (along with the gcc compiler)
- Edit the main.c file color parameters
- Make run.sh executable with ```chmod +x run.sh```
- Run the sh file as:

```./run.sh TOTAL_FRAMES ```

where TOTAL_FRAMES is the number of frames you want to render, if no number is supplied i will use 240

You can find everything about this program in [this blog post](https://www.meru.cloud/2018/11/30/Experimental-algorithmic-art-in-C.html)