Skip to content

Instantly share code, notes, and snippets.

@forresto
Created July 16, 2012 12:05
Show Gist options
  • Save forresto/3122332 to your computer and use it in GitHub Desktop.
Save forresto/3122332 to your computer and use it in GitHub Desktop.
meemoo app: spirography feedback thing
{
"info": {
"title": "spirograph thing",
"author": "forresto",
"description": "colored squares feeding back to oblivion",
"url": "spiro"
},
"nodes": [
{
"src": "http://forresto.github.com/meemoo-image/transform.html",
"x": 599,
"y": 535,
"z": 0,
"w": 513,
"h": 507,
"state": {
"scale": 1,
"translateX": 0,
"translateY": 0,
"rotate": 0.125,
"clearEvery": true
},
"id": 2
},
{
"src": "http://forresto.github.com/meemoo-image/rectangle.html",
"x": 704,
"y": 220,
"z": 0,
"w": 200,
"h": 210,
"state": {
"x": 20,
"y": 20,
"w": 350,
"h": 350,
"color": "",
"strokewidth": 1,
"stroke": "hsla(25, 50%, 75%, 1)"
},
"id": 4
},
{
"src": "http://forresto.github.com/meemoo-image/transform.html",
"x": 238,
"y": 1109,
"z": 0,
"w": 195,
"h": 203,
"state": {
"scale": 0.95,
"translateX": 0,
"translateY": 0,
"rotate": 0.1,
"clearEvery": true
},
"id": 5
},
{
"src": "http://forresto.github.com/meemoo-math/math.html",
"x": 188,
"y": 275,
"z": 0,
"w": 203,
"h": 102,
"state": {
"equation": "random()"
},
"id": 3
},
{
"src": "http://forresto.github.com/meemoo-modules/color-hsla.html",
"x": 705,
"y": 45,
"z": 0,
"w": 340,
"h": 126,
"state": {
"hue": 0,
"saturation": 0.25,
"lightness": 0.5,
"alpha": 1
},
"id": 6
},
{
"src": "http://forresto.github.com/meemoo-modules/metronome.html",
"x": 207,
"y": 87,
"z": 0,
"w": 151,
"h": 97,
"state": {
"ms": 2000,
"start": "!!!"
},
"id": 7
},
{
"src": "http://forresto.github.com/meemoo-math/math.html",
"x": 166,
"y": 826,
"z": 0,
"w": 212,
"h": 131,
"state": {
"equation": "1-random()*2"
},
"id": 8
}
],
"edges": [
{
"source": [
4,
"image"
],
"target": [
2,
"image"
]
},
{
"source": [
5,
"image"
],
"target": [
2,
"background"
]
},
{
"source": [
2,
"image"
],
"target": [
5,
"image"
]
},
{
"source": [
6,
"color"
],
"target": [
4,
"stroke"
]
},
{
"source": [
7,
"beat"
],
"target": [
3,
"evaluate"
]
},
{
"source": [
3,
"equals"
],
"target": [
6,
"hue"
]
},
{
"source": [
8,
"equals"
],
"target": [
5,
"rotate"
]
},
{
"source": [
7,
"beat"
],
"target": [
8,
"evaluate"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment