OF Example Gallery

all_web

Visualizing every Openframeworks v0.9.0 example project to make them easier to browse.

Eight Generative Forms in D3

IMG_2165
D3 Generative Geometry 6 on Codepen

Details of Computer Vision Kaleidoscopes, Edition 1

sugarloaf-24
coney-6

95 Seconds of Gowanoscope


Kaleidoscopic visualizations of the skylines around the Gowanus canal in Brooklyn, using a combination toolchain of Imagemagick and Openframeworks.
Music by Mykee Morettini
More Images after the jump.

Tutorial: Creating Kaleidoscopic Images using only Imagemagick.

composite6-levels

Creating Kaleidoscopic images from scratch with Imagemagick.

Gowanoscope

Audio by soundcloud.com/kfractal.

Mapping Artist Birthplaces

More Subway Creations

edgesAnim

mkdir frames
ffmpeg -i IMG_1392.MOV -r 9 -f image2 frames/image-%4d.png
cp -R frames edgeFrames
cd edgeFrames
mogrify -canny 10x10+10%+30% *.png
mogrify -negate *.png
convert *.png edgesAnim.gif

mean-leveled


cd ../frames
convert *.png -evaluate-sequence mean ../mean.png

Subway Landscapes

edgemean_invert

first-last

colormean_leveled

More Subway Slit Scans

rainyday_short-web