Skip to content

Instantly share code, notes, and snippets.

@forresto
Created May 24, 2024 22:23
Show Gist options
  • Save forresto/4b34857dd32a5892b3b59a2cb78886a0 to your computer and use it in GitHub Desktop.
Save forresto/4b34857dd32a5892b3b59a2cb78886a0 to your computer and use it in GitHub Desktop.
radial-slitscan-hd
{
"info": {
"author": "meemoo",
"title": "radial slitscan HD (2024)",
"description": "The closest thing that I have seen to this effect is cutting up a photograph and weaving... but that's not video. (Chrome only, because it uses the HTML5 webcam)",
"parents": [
"https://gist.github.com/3699446",
"https://gist.github.com/forresto/3699446"
],
"url": "radial-slitscan-hd"
},
"nodes": [
{
"id": 1,
"src": "meemoo:image/cam",
"x": 225,
"y": 116,
"w": 359,
"h": 209,
"state": {
"width": 640,
"height": 30,
"fps": 30
}
},
{
"id": 2,
"src": "meemoo:image/transform",
"x": 962,
"y": 97,
"w": 1105,
"h": 1129,
"state": {
"scale": 1,
"translateX": -320,
"translateY": 0,
"rotate": 0,
"width": 1280,
"height": 1280,
"composite": "source-over",
"smoothing": "true"
}
},
{
"id": 4,
"src": "meemoo:image/transform",
"x": 434,
"y": 520,
"w": 200,
"h": 210,
"state": {
"scale": 1,
"translateX": 0,
"translateY": 0,
"rotate": -0.127,
"width": 1280,
"height": 1280,
"composite": "source-over",
"smoothing": "true"
}
},
{
"id": 5,
"src": "meemoo:ui/hslider",
"x": 104,
"y": 375,
"w": 214,
"h": 83,
"state": {
"min": 0,
"max": 1,
"step": 0.001,
"value": 0.003
}
}
],
"edges": [
{
"source": [
1,
"stream"
],
"target": [
2,
"image"
]
},
{
"source": [
2,
"image"
],
"target": [
4,
"image"
]
},
{
"source": [
4,
"image"
],
"target": [
2,
"background"
]
},
{
"source": [
5,
"value"
],
"target": [
4,
"rotate"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment