dribnet / sewn

restoration of Jared Schiffman's sewn project
0 stars 0 forks source link

restoration of Jared Schiffman's sewn

Runnable version and more information on the main web page here


sewn screenshot

A restoration port of Jared Schiffman's sewn project to OpenFrameworks and p5.js.

Sewn is an interactive sketch originally created in 1998 when Jared was a student at the Aesthetics and Computation group (ACG) at the MIT Media Lab.

This restoration project was done by Tom White and based on archived copies of the original, including executables. Sewn was one of the very early software sketches based on ACG's acu library. The first port was to OpenFrameworks as OpenFrameworks was originally based on the code and coding conventions of acu, and this port required very few code changes to compile and run. The followup port to p5.js was very much a rewrite / translation based on the working OpenFrameworks version and meant to allow this sketch to live on the web and reach a larger modern audience.

OpenFrameworks build

Download the latest version of OpenFrameworks and then clone this repository into the "apps" subdirectory. Then the application should build form the "sewn/ofApp" subfolder.

p5.js version

Should just run from index.html

Notes