mirror of
https://github.com/GlitchTools/fakeartist.git
synced 2026-08-20 20:35:20 +00:00
live video pixel sorting your webcam since 2014
- C++ 98.7%
- Objective-C++ 1.3%
| fakeartist.xcodeproj | ||
| pixelsort | ||
| prettysort | ||
| .gitignore | ||
| README.md | ||
fakeartist
a video pixel sorting experiment. feeds your webcam any videos you have into a pixelsorter, live.
download: fakeartist.app (OS X)
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
-
Install homebrew
-
Install dependencies:
brew install sfml ffmpeg graphicsmagick
brew tap homebrew/science
brew install opencv
- Open
fakeartist.xcodeprojin Xcode and build.
Windows / Linux
???? (need your help here guys and gals)
todo
- is it possible to sort on the GPU?
