mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-27 00:14:08 +00:00
Add more details to Graphene concept documentation (#1437)
* Start improving node system docs * Add note on debugging * Explain testing protonodes * Code review comments * Review pass * Further improve explanation of manual_compostion * Fix explanation of ComposeNode graph rewriting --------- Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
parent
bfb6df3b74
commit
ceb2f4c13f
7 changed files with 278 additions and 111 deletions
|
@ -90,7 +90,7 @@ mod tests {
|
|||
inputs: vec![0],
|
||||
outputs: vec![NodeOutput::new(1, 0)],
|
||||
nodes: [
|
||||
// Simple identity node taking a number as input from ouside the graph
|
||||
// Simple identity node taking a number as input from outside the graph
|
||||
(
|
||||
0,
|
||||
DocumentNode {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue