From 49ccef8ca0fae7cfef174a98b614a42319264db4 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 28 Feb 2016 13:25:53 -0500 Subject: Created AutoArt --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 33891db..3e97c28 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ For an online version of AutoArt go to http://autoart.neocities.org For a faster version of AutoArt that runs on your GPU, try [AutoArtGPU](http://github.com/pommicket/AutoArtGPU). Note that this has many more dependencies than AutoArt, so it will be harder to install. +An explanation of how AutoArt works can be found [here](http://autoart.neocities.org/explanation.html). + **AutoVideos (not AutoImages) requires avconv** **Mac OSX is not supported. If you want to run AutoArt on a Mac, either compile the source code yourself, go to the [online version](http://autoart.neocities.org), or try [AutoArtGPU](http://github.com/pommicket/AutoArtGPU).** -- cgit v1.2.3 From e3e1bcb137234599e8339c009ad843e90a23bfa2 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 28 Feb 2016 18:23:37 -0500 Subject: Added android app in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3e97c28..c21030d 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,5 @@ On Debian/Ubuntu just run the following command: ``` sudo apt-get install libav-tools ``` + +AutoArt now has an [Android app](https://github.com/pommicket/AutoArtAndroid). -- cgit v1.2.3 From dfc2f58377e2e6511137c86c9980d7ce8e884b32 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 28 Feb 2016 18:27:06 -0500 Subject: Added link to android app in readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c21030d..205cea7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # AutoArt A computer program that generates art +**AutoArt now has an [Android app](https://github.com/pommicket/AutoArtAndroid).** + AutoArt uses [stb_image](https://github.com/nothings/stb) to create images. For an online version of AutoArt go to http://autoart.neocities.org @@ -34,4 +36,4 @@ On Debian/Ubuntu just run the following command: sudo apt-get install libav-tools ``` -AutoArt now has an [Android app](https://github.com/pommicket/AutoArtAndroid). + -- cgit v1.2.3 From 670c1e2ce075179292e07e0a89aacd52bfd25799 Mon Sep 17 00:00:00 2001 From: pommicket Date: Thu, 17 Mar 2016 15:44:56 -0400 Subject: Added link to AutoCam --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 205cea7..de70085 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ A computer program that generates art **AutoArt now has an [Android app](https://github.com/pommicket/AutoArtAndroid).** +**[AutoCam](http://github.com/pommicket/AutoCam) uses videos from your webcam to generate AutoArt!** + AutoArt uses [stb_image](https://github.com/nothings/stb) to create images. For an online version of AutoArt go to http://autoart.neocities.org -- cgit v1.2.3