Created
May 24, 2024 22:05
-
-
Save forresto/422399fe60cc3dd32c505db4b1695c0c to your computer and use it in GitHub Desktop.
octo-slitscan-and-broccoli-webcam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"author": "forresto", | |
"title": "one two four eight sixteen...", | |
"description": "dootdoot try the sliders", | |
"parents": [ | |
"https://gist.github.com/3699446", | |
"https://gist.github.com/3701160", | |
"https://gist.github.com/forresto/3701160" | |
], | |
"url": "octo-slitscan-and-broccoli-webcam" | |
}, | |
"nodes": [ | |
{ | |
"id": 1, | |
"src": "meemoo:image/cam", | |
"x": 166, | |
"y": 71, | |
"w": 277, | |
"h": 271, | |
"state": { | |
"width": 720, | |
"height": 720, | |
"fps": 30 | |
} | |
}, | |
{ | |
"id": 2, | |
"src": "meemoo:image/transform", | |
"x": 1046, | |
"y": 52, | |
"w": 1163, | |
"h": 1212, | |
"state": { | |
"scale": 1, | |
"translateX": 0, | |
"translateY": 100, | |
"rotate": 0, | |
"width": 2000, | |
"height": 2000, | |
"composite": "source-over", | |
"smoothing": "true" | |
} | |
}, | |
{ | |
"id": 4, | |
"src": "meemoo:image/transform", | |
"x": 632, | |
"y": 754, | |
"w": 200, | |
"h": 210, | |
"state": { | |
"scale": 0.5, | |
"translateX": -180, | |
"translateY": -480, | |
"rotate": 0, | |
"width": 2000, | |
"height": 2000, | |
"composite": "source-over", | |
"smoothing": "true" | |
} | |
}, | |
{ | |
"id": 6, | |
"src": "meemoo:image/transform", | |
"x": 205, | |
"y": 720, | |
"w": 200, | |
"h": 210, | |
"state": { | |
"scale": 0.5, | |
"translateX": 300, | |
"translateY": -360, | |
"rotate": 0, | |
"width": 2000, | |
"height": 2000, | |
"composite": "source-over", | |
"smoothing": "true" | |
} | |
}, | |
{ | |
"id": 5, | |
"src": "meemoo:ui/hslider", | |
"x": 167, | |
"y": 395, | |
"w": 279, | |
"h": 74, | |
"state": { | |
"min": 0, | |
"max": 1, | |
"step": 0, | |
"value": 0.125 | |
} | |
}, | |
{ | |
"id": 7, | |
"src": "meemoo:util/math", | |
"x": 640, | |
"y": 513, | |
"w": 80, | |
"h": 65, | |
"state": { | |
"x": 0, | |
"equation": "x*-1" | |
} | |
}, | |
{ | |
"id": 8, | |
"src": "meemoo:ui/hslider", | |
"x": 167, | |
"y": 527, | |
"w": 236, | |
"h": 69, | |
"state": { | |
"value": 0.998, | |
"min": 0, | |
"max": 1, | |
"step": 0 | |
} | |
}, | |
{ | |
"id": 9, | |
"src": "meemoo:image/circle", | |
"x": 386, | |
"y": 1020, | |
"w": 249, | |
"h": 239, | |
"state": { | |
"x": 50, | |
"y": 50, | |
"r": 50, | |
"fill": "black", | |
"strokewidth": 1 | |
} | |
} | |
], | |
"edges": [ | |
{ | |
"source": [ | |
1, | |
"stream" | |
], | |
"target": [ | |
2, | |
"image" | |
] | |
}, | |
{ | |
"source": [ | |
2, | |
"image" | |
], | |
"target": [ | |
4, | |
"image" | |
] | |
}, | |
{ | |
"source": [ | |
4, | |
"image" | |
], | |
"target": [ | |
2, | |
"background" | |
] | |
}, | |
{ | |
"source": [ | |
2, | |
"image" | |
], | |
"target": [ | |
6, | |
"image" | |
] | |
}, | |
{ | |
"source": [ | |
6, | |
"image" | |
], | |
"target": [ | |
4, | |
"background" | |
] | |
}, | |
{ | |
"source": [ | |
5, | |
"value" | |
], | |
"target": [ | |
6, | |
"rotate" | |
] | |
}, | |
{ | |
"source": [ | |
5, | |
"value" | |
], | |
"target": [ | |
7, | |
"x" | |
] | |
}, | |
{ | |
"source": [ | |
7, | |
"equals" | |
], | |
"target": [ | |
4, | |
"rotate" | |
] | |
}, | |
{ | |
"source": [ | |
8, | |
"value" | |
], | |
"target": [ | |
4, | |
"scale" | |
] | |
}, | |
{ | |
"source": [ | |
8, | |
"value" | |
], | |
"target": [ | |
6, | |
"scale" | |
] | |
}, | |
{ | |
"source": [ | |
1, | |
"stream" | |
], | |
"target": [ | |
9, | |
"matte" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment