breadboard-ai / breadboard

A library for prototyping generative AI applications.
Apache License 2.0
146 stars 21 forks source link

bounding box of edges causes erroneous selection in visual editor #2453

Open Mearman opened 1 month ago

Mearman commented 1 month ago

see video:

https://github.com/breadboard-ai/breadboard/assets/1331872/52ebd0be-f088-4b89-b302-227521068213

paullewis commented 1 month ago

We currently use rect-rect intersection, which is on occasion a bit coarse. But to do poly-poly intersection is a decent bit of code that I'm not sure is warranted at this stage.

Mearman commented 1 month ago

yeah I guessed it wouldn't be an easy one unless it was already provided by Pixi