Skip to content

Instantly share code, notes, and snippets.

@automata
Created May 24, 2012 23:14
Show Gist options
  • Save automata/2784821 to your computer and use it in GitHub Desktop.
Save automata/2784821 to your computer and use it in GitHub Desktop.
microwriter clone
{
"info": {
"title": "microwriter clone",
"author": "automata",
"description": "a simple and bugged clone of Cy Endfield's microwriter. inspired by http://www.loper-os.org/?p=861 ",
"url": "microwriter"
},
"nodes": [
{
"src": "http://automata.github.com/meemoo-modules/microwriter.html",
"x": 399,
"y": 254,
"z": 0,
"w": 200,
"h": 200,
"state": {},
"id": 0
},
{
"src": "http://automata.github.com/meemoo-modules/console.html",
"x": 810,
"y": 252,
"z": 0,
"w": 200,
"h": 200,
"state": {},
"id": 1
}
],
"edges": [
{
"source": [
0,
"out"
],
"target": [
1,
"display"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment