Files
orx/orx-compute-graph-nodes/README.md
2024-03-18 11:16:30 +00:00

23 lines
679 B
Markdown

# orx-compute-graph-nodes
A collection of nodes that can be used with `orx-compute-graph`.
## List of nodes
### Multi-platform
Name | Description | Inputs | Outputs
----------------|-----------------------|--------|---------
`filterNode` | Wrap around a `Filter`| | `image`
`fitImageNode` | Fit image to window bounds | `image` | `image`
### JVM only
Name | Description | Inputs | Outputs
----------------|-------------------|--------|---------
`drawCacheNode` | Cache drawing in an internal color buffer, commonly used as the final stage node | | `image`
`dropImageNode` | Listen for window file drop events | | `image`