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

https://github.com/controversial/gif-art

Python scripts using PIL and images2GIF to make animated generative art
https://github.com/controversial/gif-art

Last synced: 8 months ago
JSON representation

Python scripts using PIL and images2GIF to make animated generative art

Awesome Lists containing this project

README

          

# Gif-Art
Python scripts using PIL and images2GIF to make animated generative art.

Two of these animations are rewritten from animations found on [this blog post](http://zulko.github.io/blog/2014/09/20/vector-animations-with-python/), but neither of these are directly copied. They have both been rewritten to use `PIL` instead of `Gizeh`, and `images2gif` instead of `MoviePy`

# The Animations

### Seirpinski Triangle
Infinite zoom on a seirpinski triangle. Entirely my own.

![](http://i.imgur.com/yOfOZNd.gif)

### Cube
A spinning cube. Adapted from [here](http://codentronix.com/2011/05/12/rotating-3d-cube-using-python-and-pygame/)

![](http://i.imgur.com/hLwQVjc.gif)

### Pentagon
Spinning 3D pentagon. Adapted from [here](http://zulko.github.io/blog/2014/09/20/vector-animations-with-python/)

![](http://i.imgur.com/wfnfwGP.gif)

### Tunnel Swirl
Swirling tunnel. Adapted from [here](http://zulko.github.io/blog/2014/09/20/vector-animations-with-python/)

![](http://i.imgur.com/0lLPIMj.gif)