live video pixel sorting your webcam since 2014
  • C++ 98.7%
  • Objective-C++ 1.3%
Find a file
2015-06-12 22:49:16 +02:00
fakeartist.xcodeproj xcode project fixes so you can build with homebrew libraries. 2015-06-12 09:45:47 +02:00
pixelsort xcode project fixes so you can build with homebrew libraries. 2015-06-12 09:45:47 +02:00
prettysort remove livereload for now 2015-02-19 12:49:57 +00:00
.gitignore import sfemovie 2015-01-29 16:38:17 +02:00
README.md Add build instructions. 2015-06-12 22:49:16 +02:00

fakeartist

a video pixel sorting experiment. feeds your webcam any videos you have into a pixelsorter, live.

download: fakeartist.app (OS X)

screenshot

how to use

start the program.

move the mouse to change the sorting direction and thresholds.

press 1, 2, 3, 4, and 5 to toggle different sorts.

mac only for now. fork and add windows support for me and i'll hug you!

secrets

if you place videos into a folder at ~/fakeartist, you MAY be able to sort those videos by pressing the up and down arrow keys.

building

Mac OS X

  1. Install homebrew

  2. Install dependencies:

brew install sfml ffmpeg graphicsmagick
brew tap homebrew/science
brew install opencv
  1. Open fakeartist.xcodeproj in Xcode and build.

Windows / Linux

???? (need your help here guys and gals)

todo

  • is it possible to sort on the GPU?