Skip to content

Instantly share code, notes, and snippets.

@automata
Created August 29, 2012 01:58
Show Gist options
  • Select an option

  • Save automata/3506043 to your computer and use it in GitHub Desktop.

Select an option

Save automata/3506043 to your computer and use it in GitHub Desktop.
augmented recursive harmony
{
"info": {
"title": "augmented recursive harmony",
"author": "forresto",
"description": "draw sketchy recursive drawings. inspiration, algorithms and code: automata, mr.doob, ze frank, toby schachman, jeromee tienne",
"url": "augmented-recursive-harmony",
"parents": [
"https://gist.github.com/2959806",
"https://gist.github.com/3338251",
"https://gist.github.com/3506040"
]
},
"nodes": [
{
"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/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
},
{
"src": "http://li7e.org/augmented",
"x": 62,
"y": 111,
"z": 0,
"w": 323,
"h": 243,
"state": {},
"id": 10
}
],
"edges": [
{
"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": [
5,
"bang"
],
"target": [
9,
"start"
]
},
{
"source": [
6,
"value"
],
"target": [
7,
"rotate"
]
},
{
"source": [
9,
"value"
],
"target": [
4,
"scale"
]
},
{
"source": [
10,
"image"
],
"target": [
1,
"image"
]
},
{
"source": [
10,
"x"
],
"target": [
1,
"translateX"
]
},
{
"source": [
10,
"y"
],
"target": [
1,
"translateY"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment