Custom getIntersection logic
#2047
AlexanderGW
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
Technically you can just monkey patch it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @lavrton !
I've recently implemented a
getIntersection()replacement (setting all shapeslistening=false, with event listeners onStage), leveraging a custom Web Worker WASM R-Tree (which fires synthetic events at shapes, if there is a hit), for a React Konva project.Have there been any prior ideas/thoughts around allowing users to define their own
getIntersectionlogic/interface, within the SDK?All the best, Alex.
Beta Was this translation helpful? Give feedback.
All reactions