Created
July 24, 2012 06:17
-
-
Save forresto/3168342 to your computer and use it in GitHub Desktop.
meemoo app: simpler recursive spirograph thing
This file contains hidden or 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": { | |
| "title": "simpler recursive spirograph thing", | |
| "author": "forresto", | |
| "description": "colored squares feeding back to oblivion", | |
| "url": "spiro2", | |
| "parents": [ | |
| "https://gist.github.com/3122332", | |
| "https://gist.github.com/3124854" | |
| ] | |
| }, | |
| "nodes": [ | |
| { | |
| "src": "http://forresto.github.com/meemoo-image/transform.html", | |
| "x": 599, | |
| "y": 535, | |
| "z": 0, | |
| "w": 511, | |
| "h": 512, | |
| "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": 75, | |
| "y": 75, | |
| "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.92, | |
| "translateX": 0, | |
| "translateY": 0, | |
| "rotate": 0.687, | |
| "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.75, | |
| "lightness": 0.5, | |
| "alpha": 0.9 | |
| }, | |
| "id": 6 | |
| }, | |
| { | |
| "src": "http://forresto.github.com/meemoo-modules/metronome.html", | |
| "x": 207, | |
| "y": 87, | |
| "z": 0, | |
| "w": 151, | |
| "h": 97, | |
| "state": { | |
| "ms": 7777, | |
| "start": "!!!" | |
| }, | |
| "id": 7 | |
| }, | |
| { | |
| "src": "http://forresto.github.com/meemoo-math/math.html", | |
| "x": 160, | |
| "y": 667, | |
| "z": 0, | |
| "w": 212, | |
| "h": 131, | |
| "state": { | |
| "x": 0.05, | |
| "y": 0.0001, | |
| "equation": "(x+y)%1", | |
| "evaluate": "!" | |
| }, | |
| "id": 8 | |
| }, | |
| { | |
| "src": "http://forresto.github.com/meemoo-image/transform.html", | |
| "x": 672, | |
| "y": 1154, | |
| "z": 0, | |
| "w": 200, | |
| "h": 210, | |
| "state": { | |
| "scale": 0.4, | |
| "translateX": -100, | |
| "translateY": -100, | |
| "rotate": 0, | |
| "clearEvery": true | |
| }, | |
| "id": 9 | |
| }, | |
| { | |
| "src": "http://forresto.github.com/meemoo-math/math.html", | |
| "x": 146, | |
| "y": 895, | |
| "z": 0, | |
| "w": 259, | |
| "h": 131, | |
| "state": { | |
| "x": 0.05, | |
| "equation": "2*(0.5-sin(x*PI))" | |
| }, | |
| "id": 10 | |
| } | |
| ], | |
| "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": [ | |
| 5, | |
| "image" | |
| ], | |
| "target": [ | |
| 9, | |
| "image" | |
| ] | |
| }, | |
| { | |
| "source": [ | |
| 8, | |
| "equals" | |
| ], | |
| "target": [ | |
| 8, | |
| "x" | |
| ] | |
| }, | |
| { | |
| "source": [ | |
| 10, | |
| "equals" | |
| ], | |
| "target": [ | |
| 5, | |
| "rotate" | |
| ] | |
| }, | |
| { | |
| "source": [ | |
| 7, | |
| "beat" | |
| ], | |
| "target": [ | |
| 8, | |
| "evaluate" | |
| ] | |
| }, | |
| { | |
| "source": [ | |
| 8, | |
| "equals" | |
| ], | |
| "target": [ | |
| 10, | |
| "x" | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment