Created
June 29, 2012 00:36
-
-
Save automata/3014952 to your computer and use it in GitHub Desktop.
meemoo app: supershape2imgur
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"author": "meemoo", | |
"title": "supershape2imgur", | |
"description": "Create your supershape form and share on imgur!", | |
"parents": [], | |
"url": "supershape2imgur" | |
}, | |
"nodes": [ | |
{ | |
"src": "http://automata.github.com/meemoo-supershape.js/", | |
"x": 495, | |
"y": 350, | |
"z": 0, | |
"w": 403.76666, | |
"h": 337.76666, | |
"state": { | |
"a1": 40, | |
"b1": 20, | |
"n11": 50, | |
"n21": 20, | |
"n31": 10 | |
}, | |
"id": 1 | |
}, | |
{ | |
"src": "http://forresto.github.com/meemoo-modules/imgur.html", | |
"x": 1070, | |
"y": 435, | |
"z": 0, | |
"w": 200, | |
"h": 200, | |
"state": {}, | |
"id": 2 | |
}, | |
{ | |
"src": "http://forresto.github.com/meemoo-modules/metronome.html", | |
"x": 93, | |
"y": 62, | |
"z": 0, | |
"w": 139.76666, | |
"h": 133.76666, | |
"state": { | |
"bpm": 350 | |
}, | |
"id": 3 | |
}, | |
{ | |
"src": "http://forresto.github.com/meemoo-math/math.html", | |
"x": 464, | |
"y": 64, | |
"z": 0, | |
"w": 204.76666, | |
"h": 160.76666, | |
"state": { | |
"x": 0.01, | |
"equation": "(x+y)%1.0", | |
"y": 0.1 | |
}, | |
"id": 4 | |
}, | |
{ | |
"src": "http://forresto.github.com/meemoo-math/math.html", | |
"x": 870, | |
"y": 70, | |
"z": 0, | |
"w": 204.76666, | |
"h": 163.76666, | |
"state": { | |
"x": 127, | |
"equation": "abs(sin(x*2*PI))*y", | |
"y": 127 | |
}, | |
"id": 5 | |
} | |
], | |
"edges": [ | |
{ | |
"source": [ | |
4, | |
"equals" | |
], | |
"target": [ | |
4, | |
"y" | |
] | |
}, | |
{ | |
"source": [ | |
4, | |
"equals" | |
], | |
"target": [ | |
5, | |
"x" | |
] | |
}, | |
{ | |
"source": [ | |
3, | |
"beat" | |
], | |
"target": [ | |
4, | |
"evaluate" | |
] | |
}, | |
{ | |
"source": [ | |
5, | |
"equals" | |
], | |
"target": [ | |
1, | |
"m1" | |
] | |
}, | |
{ | |
"source": [ | |
5, | |
"equals" | |
], | |
"target": [ | |
1, | |
"m2" | |
] | |
}, | |
{ | |
"source": [ | |
5, | |
"equals" | |
], | |
"target": [ | |
1, | |
"n21" | |
] | |
}, | |
{ | |
"source": [ | |
1, | |
"dataurl" | |
], | |
"target": [ | |
2, | |
"dataurl" | |
] | |
}, | |
{ | |
"source": [ | |
3, | |
"beat" | |
], | |
"target": [ | |
1, | |
"send" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment