diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,2 +1,17 @@ # AutoVideosLive AutoVideos that play live using OpenCL. + +AutoVideosLive uses your GPU to create AutoVideos very quickly and play them as they are being created. + +**AutoVideosLive requires the following dependencies:** +AutoVideosLive requires Python, PyOpenCL, numpy, PIL, and ImageTk. +On Debian, the libraries can be installed using: +`sudo apt-get install python python-pyopencl python-numpy python-pil python-imaging-tk` +On Ubuntu, all the libraries except PyOpenCL can be installed using: +`sudo apt-get install python 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: 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. + |