Skip to content

Commit ab611fd

Browse files
committed
update README
1 parent eecba87 commit ab611fd

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Node Graph and Editor
1+
# Donatello Node Graph and Editor
22

3-
A pure Java implementation of Node based [data flow programming](https://en.wikipedia.org/wiki/Dataflow_programming).
3+
A pure Java implementation of Node based [data flow programming](https://en.wikipedia.org/wiki/Dataflow_programming) and a GUI editor.
44

55
![img](preview-for-github.png)
66

@@ -9,12 +9,14 @@ that are not fluent in the archaic syntax of text-only languages.
99

1010
### Features
1111

12-
- Parallel operation: Nodes are not directed or forced to run. There is little danger of large networks overflowing the stack.
13-
- Foldable: Collapse a subgraph down to a single node with Fold and reverse with Unfold
14-
- Convenient: Built in nodes for basic math and reporting.
15-
- Tested: Unit tests for everything! If it can be tested, we shall!
16-
- A sample editor has been provided in Java Swing. The main executable class is `com.marginallyclever.donatello.Donatello`.
17-
- While running the Swing editor you can also access Swing-only nodes like `LoadImage` and `PrintImage`. PrintImage will appear in the background of the node editor panel.
12+
- Nodes are not directed or forced to run via triggers. There is little danger of large networks overflowing the stack. They could be run in parallel.
13+
- Folding: Collapse a subgraph down to a single Node with *Fold* and reverse with *Unfold*
14+
- Convenient built-in nodes for basic math and reporting.
15+
- Unit tests for everything! If it can be tested, we shall!
16+
- The editor has written in Java Swing. The main executable class is `com.marginallyclever.donatello.Donatello`.
17+
- While running the Swing editor you can also access Swing-only nodes like `LoadImage` and `PrintImage`. PrintImage results will appear in the background of the node editor panel.
18+
- A ~/Donatello/ folder contains the application log file.
19+
- A ~/Donatello/extensions/ folder contains 3rd party plugins. Add new Nodes or write your own.
1820

1921
### Use it, Discuss it, Love it.
2022

preview-for-github.png

-123 KB
Loading

0 commit comments

Comments
 (0)