Skip to content

Instantly share code, notes, and snippets.

Created July 15, 2012 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/3116459 to your computer and use it in GitHub Desktop.
Save anonymous/3116459 to your computer and use it in GitHub Desktop.
meemoo app: feedback loop
{
"info": {
"author": "meemoo",
"title": "feedback loop",
"description": "transforms feeding each other",
"parents": [],
"url": "feedback-spiral"
},
"nodes": [
{
"src": "http://forresto.github.com/meemoo-image/transform.html",
"x": 712,
"y": 102,
"z": 0,
"w": 515,
"h": 513,
"state": {
"scale": 0.5,
"translateX": 0,
"translateY": 0,
"rotate": 0,
"clearEvery": true
},
"id": 1
},
{
"src": "http://forresto.github.com/meemoo-image/transform.html",
"x": 404,
"y": 682,
"z": 0,
"w": 200,
"h": 210,
"state": {
"scale": 1.1,
"translateX": 0,
"translateY": 0,
"rotate": 0.02,
"clearEvery": true
},
"id": 2
},
{
"src": "http://forresto.github.com/meemoo-modules/metronome.html",
"x": 131,
"y": 86,
"z": 0,
"w": 176,
"h": 96,
"state": {
"ms": 100
},
"id": 4
},
{
"src": "http://forresto.github.com/meemoo-camcanvas/onionskin.html",
"x": 133,
"y": 260,
"z": 0,
"w": 341,
"h": 282,
"state": {},
"id": 5
}
],
"edges": [
{
"source": [
2,
"image"
],
"target": [
1,
"background"
]
},
{
"source": [
4,
"beat"
],
"target": [
5,
"capture"
]
},
{
"source": [
5,
"image"
],
"target": [
1,
"image"
]
},
{
"source": [
1,
"image"
],
"target": [
2,
"image"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment