summaryrefslogtreecommitdiff
path: root/README.md
blob: 1816aa5abed0f9350d893d866885aaa1e387d4eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# AutoVideosLive
AutoVideos that play live using OpenCL.

AutoVideos, AutoImages, and AutoAudio can be found [here](https://github.com/pommicket/AutoArtGPU).

AutoVideosLive uses your GPU to create AutoVideos very quickly and play them as they are being created.

**AutoVideosLive requires the following dependencies:**  
+ Python
+ PyOpenCL
+ numpy
+ PIL
+ ImageTk

On Debian/Ubuntu, the libraries can be installed using:  
`sudo apt-get install python python-pyopencl python-numpy python-pil python-imaging-tk`  
Or you can use pip and install them using:  
`sudo pip install opencl-for-python numpy PIL`


AutoVideos is a computer program that generates images by using Markov Chains to generate random functions so that the colour of each pixel is dependent on its x and y position and time during the video.