/pixelsorting

openFrameworks pixel sorting

Primary LanguageC++

Pixel Sorting

Example 1 Example 2 Example 3

The code contained here was written for part of my Summer Fellowship with UGA's Center for Undergraduate Research Opportunities. Made in collaboration with Mark Callahan of the Lamar Dodd School of Art and Ideas for Creative Exploration.

If you'd like to try it out, you need openFrameworks first! Go get it -->

Alternatively, you can just use this other tool I made for the browser.

To build the app, first clone the repository:

$ git clone https://github.com/touchRED/pixelsorting.git

Then, import the pixelsorting directory into the openFrameworks project generator. This step will construct your Makefile and XCode project file.

Once you're done importing it, go into the pixelsorting directory, compile and run:

$ cd pixelsorting
$ make && make RunRelease

Just drag an image onto the window to sort it! There are some example images you can play with in the bin/data/ folder.

Made with openFrameworks.