parsegraph / freeform

MIT License
1 stars 0 forks source link

UX is baked into viewport #14

Closed dafrito closed 3 months ago

dafrito commented 4 months ago

seems unavoidable, but this is also baking in the draw and render logic, which could be separated for their own purposes.

dafrito commented 4 months ago

A lot of recent work was doing to alleviate this. I am still leaving it open until it's possible to pull the ViewportRendering out of Viewport without much strangeness. I haven't tried yet because there's no use case yet. But once I either embed many static parsegraphs on a page, or show a parsegraph on drag, then I will need this resolved.

dafrito commented 3 months ago

I am closing this until there is a better use case. The work that's done is good, but I am not moving towards having a Viewport that isn't freeform-specific. The re-design does help, though, but mainly it's a configurable component and not something that can be pieced together.