Skip to content

Instantly share code, notes, and snippets.

@forresto
Forked from anonymous/ui-test.json
Last active August 23, 2018 05:12
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/9716553ebaceca90cbe1416493f31c8e to your computer and use it in GitHub Desktop.
Save forresto/9716553ebaceca90cbe1416493f31c8e to your computer and use it in GitHub Desktop.
meemoo app: test of new ui native elements
{
"info": {
"author": "meemoo",
"title": "test of new ui native elements",
"description": "Meemoo app description",
"parents": [],
"url": "ui-test"
},
"nodes": [
{
"src": "meemoo:ui/button",
"x": 162,
"y": 79,
"z": 0,
"w": 80,
"h": 60,
"state": {
"key": "p",
"label": "one"
},
"id": 0
},
{
"src": "https://forresto.github.io/meemoo-modules/log.html",
"x": 679,
"y": 217,
"z": 0,
"w": 262,
"h": 243,
"state": {},
"id": 1
},
{
"src": "meemoo:ui/button",
"x": 165,
"y": 192,
"z": 0,
"w": 169,
"h": 60,
"state": {
"key": "shift+m",
"label": "combi"
},
"id": 2
},
{
"src": "meemoo:ui/button",
"x": 170,
"y": 306,
"z": 0,
"w": 103,
"h": 119,
"state": {
"key": "a b c",
"label": "seq"
},
"id": 3
},
{
"src": "meemoo:ui/hslider",
"x": 156,
"y": 486,
"z": 0,
"w": 244,
"h": 72,
"state": {
"min": 0,
"max": 1,
"step": 0
},
"id": 5
},
{
"src": "meemoo:ui/vslider",
"x": 691,
"y": 563,
"z": 0,
"w": 131,
"h": 209,
"state": {
"min": 0,
"max": 1,
"step": 0
},
"id": 6
},
{
"src": "meemoo:ui/xy",
"x": 177.5,
"y": 623.5,
"z": 0,
"w": 200,
"h": 210,
"state": {},
"id": 7
}
],
"edges": [
{
"source": [
0,
"bang"
],
"target": [
1,
"all"
]
},
{
"source": [
2,
"bang"
],
"target": [
1,
"all"
]
},
{
"source": [
3,
"bang"
],
"target": [
1,
"all"
]
},
{
"source": [
5,
"value"
],
"target": [
1,
"all"
]
},
{
"source": [
6,
"value"
],
"target": [
1,
"all"
]
},
{
"source": [
7,
"x"
],
"target": [
5,
"value"
]
},
{
"source": [
7,
"y"
],
"target": [
6,
"value"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment