Skip to content

Instantly share code, notes, and snippets.

Created October 9, 2013 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/6903887 to your computer and use it in GitHub Desktop.
Save anonymous/6903887 to your computer and use it in GitHub Desktop.
meemoo app: cam to gif
{
"info": {
"title": "cam to gif",
"author": "forresto",
"description": "webcam to animated gif booth final",
"url": "cam2gif"
},
"nodes": [
{
"id": 1,
"src": "meemoo:ui/button",
"x": 330,
"y": 70,
"w": 242,
"h": 61,
"state": {
"label": "add frame",
"key": "l"
}
},
{
"id": 2,
"src": "meemoo:image/cam",
"x": 337,
"y": 297,
"w": 309,
"h": 389,
"state": {
"width": 300,
"height": 300,
"fps": 20
}
},
{
"id": 3,
"src": "meemoo:variable/animation",
"x": 932,
"y": 41,
"w": 550,
"h": 665,
"state": {
"fps": 12,
"pingpong": false
}
},
{
"id": 4,
"src": "meemoo:ui/button",
"x": 386,
"y": 33,
"w": 200,
"h": 210,
"state": {
"key": "j"
}
},
{
"id": 7,
"src": "meemoo:ui/button",
"x": 145,
"y": 546,
"w": 200,
"h": 210,
"state": {
"key": "g"
}
},
{
"id": 10,
"src": "meemoo:subgraph/input",
"x": 100,
"y": 100,
"w": 80,
"h": 60,
"state": {
"label": "key"
}
}
],
"edges": [
{
"source": [
1,
"bang"
],
"target": [
2,
"send"
]
},
{
"source": [
2,
"image"
],
"target": [
3,
"push"
]
},
{
"source": [
4,
"bang"
],
"target": [
3,
"clear"
]
},
{
"source": [
10,
"data"
],
"target": [
1,
"key"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment