Skip to content

Instantly share code, notes, and snippets.

@forresto
Created October 28, 2020 11:39
Show Gist options
  • Save forresto/2348ac64a2fd52558306157dd730707f to your computer and use it in GitHub Desktop.
Save forresto/2348ac64a2fd52558306157dd730707f to your computer and use it in GitHub Desktop.
2020-10-28-coworking-sess.json
{
"info": {
"title": "cam to gif",
"author": "forresto",
"description": "webcam to animated gif",
"url": "2020-10-28-coworking-sess"
},
"nodes": [
{
"id": 1,
"src": "meemoo:ui/button",
"x": 133,
"y": 111,
"w": 242,
"h": 61,
"state": {
"label": "add frame"
}
},
{
"id": 2,
"src": "meemoo:image/cam",
"x": 156,
"y": 443,
"w": 690,
"h": 687,
"state": {
"width": 720,
"height": 720,
"fps": 12,
"showOnionskin": true
}
},
{
"id": 3,
"src": "meemoo:variable/animation",
"x": 1070,
"y": 934,
"w": 242,
"h": 285,
"state": {
"fps": 60,
"pingpong": false
}
},
{
"id": 4,
"src": "meemoo:time/metronome",
"x": 134,
"y": 228,
"w": 246,
"h": 83,
"state": {
"bpm": 120
}
},
{
"id": 9,
"src": "meemoo:subgraph/subgraph",
"x": 999,
"y": 475,
"w": 195,
"h": 60,
"state": {
"label": "subgraph",
"graph": {
"info": {
"author": "meemoo",
"title": "subgraph",
"description": "Meemoo macro subgraph",
"parents": [],
"url": ""
},
"nodes": [
{
"id": 0,
"src": "meemoo:subgraph/input",
"x": 219,
"y": 405,
"w": 80,
"h": 60,
"state": {
"label": "in"
}
},
{
"id": 1,
"src": "meemoo:subgraph/output",
"x": 1062,
"y": 486,
"w": 80,
"h": 60,
"state": {
"label": "out"
}
},
{
"id": 5,
"src": "meemoo:image/transform",
"x": 690,
"y": 497,
"w": 231,
"h": 227,
"state": {
"width": 500,
"height": 500,
"scale": 0.9,
"translateX": 0,
"translateY": 0,
"rotate": 0,
"composite": "source-over",
"smoothing": "true"
}
},
{
"id": 6,
"src": "meemoo:image/transform",
"x": 771,
"y": 858,
"w": 195,
"h": 244,
"state": {
"width": 500,
"height": 500,
"scale": 0.9,
"translateX": 0,
"translateY": 0,
"rotate": 0,
"composite": "source-over",
"smoothing": "true"
}
},
{
"id": 7,
"src": "meemoo:ui/hslider",
"x": 251,
"y": 853,
"w": 262,
"h": 60,
"state": {
"value": 0,
"min": 0,
"max": 1,
"step": 0
}
},
{
"id": 8,
"src": "meemoo:time/tween",
"x": 264,
"y": 535,
"w": 200,
"h": 210,
"state": {
"from": 0,
"to": 1,
"duration": 5,
"type": "Sinusoidal",
"ease": "InOut",
"pingpong": true,
"loop": true
}
}
],
"edges": [
{
"source": [
5,
"image"
],
"target": [
6,
"image"
]
},
{
"source": [
6,
"image"
],
"target": [
5,
"image"
]
},
{
"source": [
7,
"value"
],
"target": [
5,
"scale"
]
},
{
"source": [
8,
"value"
],
"target": [
7,
"value"
]
},
{
"source": [
0,
"data"
],
"target": [
5,
"background"
]
},
{
"source": [
5,
"image"
],
"target": [
1,
"data"
]
}
]
}
}
},
{
"id": 10,
"src": "meemoo:image/in",
"x": 1003,
"y": 587,
"w": 300,
"h": 280,
"state": {}
}
],
"edges": [
{
"source": [
1,
"bang"
],
"target": [
2,
"send"
]
},
{
"source": [
4,
"bang"
],
"target": [
2,
"send"
]
},
{
"source": [
2,
"image"
],
"target": [
9,
0
]
},
{
"source": [
9,
1
],
"target": [
10,
"image"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment