Skip to content

Instantly share code, notes, and snippets.

@forresto
Forked from anonymous/feedback-spiral.json
Created July 15, 2012 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save forresto/3116813 to your computer and use it in GitHub Desktop.
Save forresto/3116813 to your computer and use it in GitHub Desktop.
meemoo app: feedback loop
{
"info": {
"author": "meemoo",
"title": "feedback loop fibonacci spiral",
"description": "1/golden ratio (0.618033989) scaling",
"parents": [
"https://gist.github.com/3116459"
],
"url": "feedback-spiral-fib"
},
"nodes": [
{
"src": "http://forresto.github.com/meemoo-image/transform.html",
"x": 1223,
"y": 457,
"z": 0,
"w": 521,
"h": 514,
"state": {
"scale": 1,
"translateX": 0,
"translateY": 100,
"rotate": 0,
"clearEvery": true
},
"id": 1
},
{
"src": "http://forresto.github.com/meemoo-image/transform.html",
"x": 901,
"y": 1060,
"z": 0,
"w": 200,
"h": 170,
"state": {
"scale": 0.618033989,
"translateX": 4,
"translateY": -144,
"rotate": 0.25,
"clearEvery": true
},
"id": 2
},
{
"src": "http://forresto.github.com/meemoo-image/circle.html",
"x": 811,
"y": 473,
"z": 0,
"w": 164,
"h": 199,
"state": {
"x": 300,
"y": 0,
"r": 290,
"start": 0.5,
"end": 0.75,
"color": "",
"stroke": "rgba(255,0,0,.5)",
"strokewidth": 20
},
"id": 3
},
{
"src": "http://forresto.github.com/meemoo-modules/color-hsla.html",
"x": 884,
"y": 109,
"z": 0,
"w": 203,
"h": 151,
"state": {
"hue": 0,
"saturation": 1,
"lightness": 0.5,
"alpha": 0.5
},
"id": 6
},
{
"src": "http://forresto.github.com/meemoo-math/math.html",
"x": 507,
"y": 135,
"z": 0,
"w": 201,
"h": 139,
"state": {
"x": 0.1,
"equation": "(y+x)%1",
"y": 0.1
},
"id": 7
},
{
"src": "http://forresto.github.com/meemoo-modules/metronome.html",
"x": 97,
"y": 158,
"z": 0,
"w": 189,
"h": 99,
"state": {
"ms": 1000,
"start": "!"
},
"id": 8
},
{
"src": "http://forresto.github.com/meemoo-camcanvas/webcam2canvas.html",
"x": 194,
"y": 421,
"z": 0,
"w": 338,
"h": 328,
"state": {
"width": 300,
"height": 300
},
"id": 9
}
],
"edges": [
{
"source": [
2,
"image"
],
"target": [
1,
"background"
]
},
{
"source": [
1,
"image"
],
"target": [
2,
"image"
]
},
{
"source": [
3,
"image"
],
"target": [
1,
"image"
]
},
{
"source": [
6,
"color"
],
"target": [
3,
"stroke"
]
},
{
"source": [
7,
"equals"
],
"target": [
6,
"hue"
]
},
{
"source": [
8,
"beat"
],
"target": [
7,
"evaluate"
]
},
{
"source": [
7,
"equals"
],
"target": [
7,
"y"
]
},
{
"source": [
9,
"image"
],
"target": [
3,
"background"
]
},
{
"source": [
8,
"beat"
],
"target": [
9,
"capture"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment