Skip to content

Instantly share code, notes, and snippets.

@forresto
Created August 8, 2012 20:14
Show Gist options
  • Save forresto/3298218 to your computer and use it in GitHub Desktop.
Save forresto/3298218 to your computer and use it in GitHub Desktop.
meemoo app: native cam steam -> golden ratio
{
"info": {
"title": "cam to gif",
"author": "forresto",
"description": "webcam to animated gif",
"url": "camstream-golden-ratio",
"parents": [
"https://gist.github.com/3297003"
]
},
"nodes": [
{
"src": "http://forresto.github.com/meemoo-camcanvas/stream.html",
"x": 176,
"y": 91,
"z": 0,
"w": 350,
"h": 340,
"state": {
"width": 300,
"height": 300,
"delay": 33
},
"id": 1
},
{
"src": "meemoo:image/transform",
"x": 809,
"y": 84,
"z": 0,
"w": 517,
"h": 526,
"state": {
"scale": 1,
"translateX": 0,
"translateY": 104,
"rotate": 0.5,
"send": "!"
},
"id": 2
},
{
"src": "meemoo:image/transform",
"x": 502,
"y": 651,
"z": 0,
"w": 196,
"h": 222,
"state": {
"scale": 0.618034,
"translateX": 5,
"translateY": -141,
"rotate": 0.25,
"send": "!"
},
"id": 3
}
],
"edges": [
{
"source": [
3,
"gif"
],
"target": [
5,
"dataurl"
]
},
{
"source": [
1,
"image"
],
"target": [
2,
"image"
]
},
{
"source": [
2,
"image"
],
"target": [
3,
"image"
]
},
{
"source": [
3,
"image"
],
"target": [
2,
"background"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment