Skip to content

Instantly share code, notes, and snippets.

@forresto
Last active November 11, 2021 08:17
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/3722026 to your computer and use it in GitHub Desktop.
Save forresto/3722026 to your computer and use it in GitHub Desktop.
meemoo app: 1989-gameboy-looking gifs
{
"info": {
"author": "meemoo",
"title": "1989-gameboy-looking gifs",
"description": "dot matrix with stereo sound baby",
"parents": [
"https://gist.github.com/3721129",
"https://gist.github.com/3722026"
],
"url": "dot-matrix-giferizer"
},
"nodes": [
{
"id": 0,
"src": "meemoo:image/cam",
"x": 476,
"y": 58,
"w": 229,
"h": 217,
"state": {
"width": 160,
"height": 144,
"fps": 20
}
},
{
"id": 1,
"src": "meemoo:image/monochrome",
"x": 493,
"y": 354,
"w": 222,
"h": 203,
"state": {
"type": "bayer",
"threshold": 0.47
}
},
{
"id": 3,
"src": "meemoo:ui/button",
"x": 110,
"y": 213,
"w": 178,
"h": 213,
"state": {
"label": "add image",
"key": "a"
}
},
{
"id": 6,
"src": "meemoo:util/gate",
"x": 565,
"y": 652,
"w": 80,
"h": 60,
"state": {
"open": false
}
},
{
"id": 7,
"src": "meemoo:variable/animation",
"x": 960,
"y": 82,
"w": 276,
"h": 510,
"state": {
"fps": 6,
"pingpong": true,
"play": true
}
},
{
"id": 5,
"src": "meemoo:ui/button",
"x": 961,
"y": 672,
"w": 262,
"h": 130,
"state": {
"label": "start over"
}
}
],
"edges": [
{
"source": [
2,
"gif"
],
"target": [
4,
"dataurl"
]
},
{
"source": [
5,
"bang"
],
"target": [
2,
"finalize"
]
},
{
"source": [
1,
"image"
],
"target": [
6,
"data"
]
},
{
"source": [
6,
"data"
],
"target": [
2,
"image"
]
},
{
"source": [
3,
"bang"
],
"target": [
6,
"one"
]
},
{
"source": [
0,
"stream"
],
"target": [
1,
"image"
]
},
{
"source": [
6,
"data"
],
"target": [
7,
"push"
]
},
{
"source": [
5,
"bang"
],
"target": [
7,
"clear"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment