We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83eac4 commit 5c83e59Copy full SHA for 5c83e59
1 file changed
docs/architecture.md
@@ -52,6 +52,9 @@ A plugin can:
52
- Render UI layers
53
- Modify graph state
54
55
+Starter example for custom plugin development:
56
+[`crates/core/examples/plugin.rs`](https://github.com/tu6ge/ferrum-flow/blob/master/crates/core/examples/plugin.rs)
57
+
58
## Interaction System
59
60
Interactions represent ongoing user actions, such as:
0 commit comments