Skip to content

Instantly share code, notes, and snippets.

@forresto
Created April 20, 2024 23:13
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/b9c7ce66204792ac610e32632e4aa364 to your computer and use it in GitHub Desktop.
Save forresto/b9c7ce66204792ac610e32632e4aa364 to your computer and use it in GitHub Desktop.
{
"info": {
"title": "redimensionator",
"author": "forresto",
"description": "redimensionator",
"url": "redimensionator"
},
"nodes": [
{
"id": 6,
"src": "meemoo:video/player",
"x": 210,
"y": 886,
"w": 354,
"h": 680,
"state": {
"url": "blob:https://app.meemoo.org/52d3d250-5ecf-4c08-b193-c9e4c4ec52ab",
"volume": 1,
"muted": false,
"autoplay": true,
"loop": true
}
},
{
"id": 7,
"src": "meemoo:image/monochrome",
"x": 2156,
"y": 997,
"w": 555.666687,
"h": 579.666687,
"state": {
"type": "atkinson",
"threshold": 0.5
}
},
{
"id": 8,
"src": "meemoo:image/fit",
"x": 882,
"y": 1109,
"w": 181,
"h": 386,
"state": {
"width": 384,
"height": 512
}
},
{
"id": 10,
"src": "meemoo:image/slitscan",
"x": 1418,
"y": 1025,
"w": 449.666656,
"h": 558.666687,
"state": {
"width": 384,
"height": 500,
"direction": "right",
"speed": 1,
"fixed": false
}
},
{
"id": 11,
"src": "meemoo:ui/number",
"x": 1121,
"y": 394,
"w": 200,
"h": 148,
"state": {
"value": 0
}
},
{
"id": 12,
"src": "meemoo:time/countdown",
"x": 1401,
"y": 667,
"w": 200,
"h": 210,
"state": {
"duration": 0.5
}
},
{
"id": 13,
"src": "meemoo:ui/button",
"x": 160,
"y": 111,
"w": 299,
"h": 119,
"state": {
"label": "start"
}
},
{
"id": 14,
"src": "meemoo:variable/animation",
"x": 2179,
"y": 142,
"w": 549.666687,
"h": 669.666687,
"state": {
"fps": 12,
"pingpong": false
}
},
{
"id": 15,
"src": "meemoo:util/count",
"x": 670,
"y": 323,
"w": 200,
"h": 210,
"state": {
"from": 0,
"increment": 0.1
}
},
{
"id": 16,
"src": "meemoo:time/countdown",
"x": 652,
"y": 105,
"w": 212.666672,
"h": 130.666672,
"state": {
"duration": 1
}
},
{
"id": 17,
"src": "meemoo:ui/number",
"x": 252,
"y": 358,
"w": 200,
"h": 148,
"state": {
"value": 0.1
}
}
],
"edges": [
{
"source": [
6,
"stream"
],
"target": [
8,
"image"
]
},
{
"source": [
11,
"number"
],
"target": [
6,
"time"
]
},
{
"source": [
11,
"number"
],
"target": [
12,
"start"
]
},
{
"source": [
12,
"bang"
],
"target": [
10,
"start"
]
},
{
"source": [
16,
"bang"
],
"target": [
15,
"data"
]
},
{
"source": [
15,
"count"
],
"target": [
11,
"value"
]
},
{
"source": [
8,
"image"
],
"target": [
10,
"stream"
]
},
{
"source": [
13,
"bang"
],
"target": [
16,
"start"
]
},
{
"source": [
10,
"image"
],
"target": [
7,
"image"
]
},
{
"source": [
17,
"number"
],
"target": [
15,
"increment"
]
},
{
"source": [
7,
"image"
],
"target": [
14,
"push"
]
},
{
"source": [
10,
"image"
],
"target": [
16,
"start"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment