Skip to content

Instantly share code, notes, and snippets.

@forresto
Created February 5, 2019 16: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/e344bd8390c3d7c78955c03634147bcd to your computer and use it in GitHub Desktop.
Save forresto/e344bd8390c3d7c78955c03634147bcd to your computer and use it in GitHub Desktop.
meemoo app: light-pen
{
"info": {
"author": "meemoo",
"title": "light-pen",
"description": "Meemoo app description",
"parents": [],
"url": "light-pen"
},
"nodes": [
{
"id": 0,
"src": "meemoo:image/cam",
"x": 164,
"y": 466,
"w": 294,
"h": 383,
"state": {
"width": 500,
"height": 500,
"fps": 20
}
},
{
"id": 1,
"src": "meemoo:image/lumakey",
"x": 688,
"y": 77,
"w": 200,
"h": 210,
"state": {
"threshold": 0.95,
"invert": true
}
},
{
"id": 2,
"src": "meemoo:image/trails",
"x": 1032,
"y": 76,
"w": 323,
"h": 370,
"state": {
"composite": "source-over"
}
},
{
"id": 3,
"src": "meemoo:ui/button",
"x": 159,
"y": 256,
"w": 276,
"h": 97,
"state": {
"label": "clear"
}
},
{
"id": 4,
"src": "meemoo:image/transform",
"x": 845,
"y": 545,
"w": 319,
"h": 321,
"state": {
"width": 500,
"height": 500,
"scale": 1,
"translateX": 0,
"translateY": 0,
"rotate": 0,
"composite": "lighten",
"smoothing": "true"
}
},
{
"id": 6,
"src": "meemoo:ui/button",
"x": 155,
"y": 90,
"w": 276,
"h": 97,
"state": {
"label": "start"
}
},
{
"id": 7,
"src": "meemoo:file/webm",
"x": 1004,
"y": 969,
"w": 200,
"h": 210,
"state": {
"fps": 30
}
}
],
"edges": [
{
"source": [
0,
"stream"
],
"target": [
1,
"image"
]
},
{
"source": [
1,
"image"
],
"target": [
2,
"image"
]
},
{
"source": [
3,
"bang"
],
"target": [
2,
"clear"
]
},
{
"source": [
3,
"bang"
],
"target": [
0,
"send"
]
},
{
"source": [
0,
"stream"
],
"target": [
4,
"background"
]
},
{
"source": [
2,
"image"
],
"target": [
4,
"image"
]
},
{
"source": [
6,
"bang"
],
"target": [
0,
"start"
]
},
{
"source": [
4,
"image"
],
"target": [
7,
"image"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment