https://github.com/kevinw/fakeartist
live video pixel sorting your webcam since 2014
https://github.com/kevinw/fakeartist
Last synced: about 2 months ago
JSON representation
live video pixel sorting your webcam since 2014
- Host: GitHub
- URL: https://github.com/kevinw/fakeartist
- Owner: kevinw
- Created: 2015-01-22T17:22:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-24T02:09:08.000Z (over 5 years ago)
- Last Synced: 2025-03-06T00:02:12.535Z (3 months ago)
- Language: C++
- Homepage:
- Size: 641 KB
- Stars: 17
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
fakeartist
==========a video pixel sorting experiment. feeds your webcam or any videos you have into a pixelsorter, live.
download: [fakeartist.app](https://dl.dropboxusercontent.com/u/108139/fakeartist/fakeartist-osx.zip) (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
1. Install [homebrew](http://brew.sh/)
2. Install dependencies:
```
brew install sfml ffmpeg graphicsmagick
brew tap homebrew/science
brew install opencv
```3. 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?