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.
- Host: GitHub
- URL: https://github.com/merumerutho/calgorithmicanimations
- Owner: merumerutho
- License: mit
- Created: 2018-11-30T19:28:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-30T23:21:06.000Z (over 7 years ago)
- Last Synced: 2025-01-27T12:49:10.601Z (over 1 year ago)
- Language: C
- Homepage: https://www.meru.cloud/2018/11/30/Experimental-algorithmic-art-in-C.html
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)