Get desktop application:
View/edit binary Protocol Buffers messages
Graph is a visual dataflow graph representation combining IR elements with canvas layout for the Arc graph editor.
Used in:
viewport is the current camera state for the graph view.
functions contains function definitions available in this graph.
edges contains dataflow connections between node parameters.
nodes contains visual nodes with canvas positions.
Node is a visual node in the Arc graph editor representing a function instantiation with position data.
Used in:
key is the unique identifier for this node instance.
type is the function type being instantiated.
config contains configuration parameter values as a JSON object.
position is the canvas position (x, y) for visual layout.
Viewport is the camera state for viewing the Arc graph editor canvas.
Used in:
position is the camera pan offset (x, y).
zoom is the zoom level where 1.0 equals 100%.