Skip to content

Instantly share code, notes, and snippets.

@forresto
Created September 12, 2012 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save forresto/3707631 to your computer and use it in GitHub Desktop.
Save forresto/3707631 to your computer and use it in GitHub Desktop.
meemoo app: megacam
{
"info": {
"author": "forresto",
"title": "Megacam",
"description": "Remake of one of my Flash webcam toys (http://sembiki.com/megacam/). Video: http://youtu.be/h0in_etGmeU",
"parents": [
"https://gist.github.com/3707631"
],
"url": "megacam"
},
"nodes": [
{
"src": "meemoo:image/cam",
"x": 129,
"y": 94.5,
"z": 0,
"w": 201,
"h": 217,
"state": {
"width": 50,
"height": 50,
"fps": 20
},
"id": 1
},
{
"src": "meemoo:image/grid",
"x": 544,
"y": 85,
"z": 0,
"w": 514,
"h": 521,
"state": {
"width": 500,
"height": 500,
"rows": 10,
"columns": 10,
"reverse": true
},
"id": 2
}
],
"edges": [
{
"source": [
1,
"stream"
],
"target": [
2,
"image"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment