Hunter Henrichsen

Results 14 issues of Hunter Henrichsen

**Description** Currently we have [flow](https://motioncanvas.io/docs/flow#all) that somewhat handles this case, but I think it would be useful to categorize some of the ways that you can loop multiple things at...

b-documentation
c-accepted
a-core

## Describe the bug View2D's edge accessors (`left`, `right`, `top`, `bottom`, etc.) return components in absolute coordinates rather than more usable View2D space. ## To Reproduce ```tsx import { Rect,...

b-bug
c-discussion
a-2d

**Description** Currently, the scene hierarchy page shows nested nodes, but doesn't show where the data comes from which can be tricky for people who haven't worked with an XML based...

b-documentation
c-accepted
a-2d

Ideally we have a graph component that can represent a network of nodes and edges within a graph. ```tsx view.add( A B ); ```