motion-canvas-graphing icon indicating copy to clipboard operation
motion-canvas-graphing copied to clipboard

Add a Graph Component

Open hhenrichsen opened this issue 11 months ago • 0 comments

Ideally we have a graph component that can represent a network of nodes and edges within a graph.

view.add(<Graph>
   <Node>A</Node>
   <Node>B</Node>
   <Edge points={['A', 'B']}></Edge>
</Graph>);

hhenrichsen avatar Mar 02 '24 20:03 hhenrichsen