Skip to content

Instantly share code, notes, and snippets.

@forresto
Created August 13, 2012 08:30
Show Gist options
  • Save forresto/3338251 to your computer and use it in GitHub Desktop.
Save forresto/3338251 to your computer and use it in GitHub Desktop.
meemoo app: recursive harmony
{
"info": {
"title": "recursive harmony",
"author": "forresto",
"description": "draw sketchy recursive drawings. inspiration, algorithms and code: automata, mr.doob, ze frank, toby schachman",
"url": "recursive-harmony",
"parents": [
"https://gist.github.com/2959806",
"https://gist.github.com/3338251"
]
},
"nodes": [
{
"src": "http://automata.github.com/meemoo-harmony/",
"x": 156,
"y": 80,
"z": 0,
"w": 339,
"h": 280,
"state": {},
"id": 2
},
{
"src": "meemoo:image/transform",
"x": 683,
"y": 68,
"z": 0,
"w": 575,
"h": 529,
"state": {
"scale": 1,
"translateX": 125,
"translateY": 0,
"rotate": 0
},
"id": 1
},
{
"src": "meemoo:image/transform",
"x": 746,
"y": 668,
"z": 0,
"w": 200,
"h": 210,
"state": {
"scale": 0.8,
"translateX": -50,
"translateY": 0,
"rotate": 0.1
},
"id": 4
},
{
"src": "meemoo:time/tween",
"x": 236,
"y": 568,
"z": 0,
"w": 190,
"h": 170,
"state": {
"from": 0,
"to": 0.25,
"duration": 8,
"type": "Sinusoidal",
"ease": "InOut",
"pingpong": true
},
"id": 6
},
{
"src": "meemoo:image/transform",
"x": 1112,
"y": 664,
"z": 0,
"w": 205,
"h": 221,
"state": {
"scale": 0.4,
"translateX": 100,
"translateY": -100,
"rotate": 0.125
},
"id": 7
},
{
"src": "meemoo:time/countdown",
"x": 123,
"y": 805,
"z": 0,
"w": 116,
"h": 60,
"state": {
"duration": 3
},
"id": 5
},
{
"src": "meemoo:time/countdown",
"x": 130,
"y": 414,
"z": 0,
"w": 208,
"h": 60,
"state": {
"duration": 3
},
"id": 8
},
{
"src": "meemoo:time/tween",
"x": 340,
"y": 931,
"z": 0,
"w": 240,
"h": 167,
"state": {
"from": 0.75,
"to": 0.9,
"duration": 3,
"type": "Sinusoidal",
"ease": "InOut",
"pingpong": true
},
"id": 9
}
],
"edges": [
{
"source": [
2,
"image"
],
"target": [
1,
"image"
]
},
{
"source": [
1,
"image"
],
"target": [
4,
"image"
]
},
{
"source": [
4,
"image"
],
"target": [
1,
"background"
]
},
{
"source": [
6,
"value"
],
"target": [
4,
"rotate"
]
},
{
"source": [
4,
"image"
],
"target": [
7,
"image"
]
},
{
"source": [
7,
"image"
],
"target": [
4,
"background"
]
},
{
"source": [
6,
"value"
],
"target": [
1,
"rotate"
]
},
{
"source": [
5,
"bang"
],
"target": [
6,
"start"
]
},
{
"source": [
8,
"bang"
],
"target": [
8,
"start"
]
},
{
"source": [
8,
"bang"
],
"target": [
2,
"send"
]
},
{
"source": [
5,
"bang"
],
"target": [
9,
"start"
]
},
{
"source": [
6,
"value"
],
"target": [
7,
"rotate"
]
},
{
"source": [
9,
"value"
],
"target": [
4,
"scale"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment