You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sketch performs pixel sorting on a collection of photo sets. It was built to be used in live performances.
9
10
10
-
* It runs on [Processing](https://processing.org/).
11
+
* It runs on [Processing](https://processing.org/) (2).
11
12
* For the GUI, I use [controlP5](http://www.sojamo.de/libraries/controlP5/) which works ok on Processing 2 but not 3.
12
13
* The sorting algorithim used is [this sketch](https://github.com/phillipdavidstearns/aYearInCode/blob/master/Processing%202.2.1/cellSort/cellSort.pde) written by Phillip Davis Stearns.
13
14
14
15
## How to Use It?
15
16
16
-
To add your own photo sets, place them in the data folder and add their names to the photoSets string array at the top of the main sketch
17
+
18
+
Install the [controlP5 library](http://www.sojamo.de/libraries/controlP5/) and open the sketch in Processing 2.
19
+
20
+
To add your own photo sets, place them in the data folder and add them to photoSets at the top of the main sketch
0 commit comments