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
- Host: GitHub
- URL: https://github.com/controversial/gif-art
- Owner: controversial
- License: mit
- Created: 2016-02-29T02:22:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-02T13:20:50.000Z (almost 10 years ago)
- Last Synced: 2025-10-13T04:37:29.366Z (9 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.

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

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

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