Skip to content

Instantly share code, notes, and snippets.

@forresto
Last active December 23, 2015 00:59
Show Gist options
  • Save forresto/6557339 to your computer and use it in GitHub Desktop.
Save forresto/6557339 to your computer and use it in GitHub Desktop.
meemoo app: test equation in port
{
"info": {
"author": "meemoo",
"title": "equation evaluation in port",
"description": "Meemoo app description",
"parents": [],
"url": "test-equation"
},
"nodes": [
{
"id": 0,
"src": "meemoo:ui/vslider",
"x": 120,
"y": 162,
"w": 108,
"h": 208,
"state": {
"value": 0.5,
"min": 0,
"max": 1,
"step": 0
}
},
{
"id": 1,
"src": "meemoo:image/circle",
"x": 413,
"y": 141,
"w": 200,
"h": 210,
"state": {
"x": 50,
"y": 50,
"r": "=50*x",
"fill": "black",
"strokewidth": 1
}
}
],
"edges": [
{
"source": [
0,
"value"
],
"target": [
1,
"r"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment