Proposed improvement: Use Delaunator calculations in the Tile filter #120
KaliedaRik
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The SC tile filter includes functionality to calculate delauney-like tiles to apply to an input. The calculations are naive and (initially) slow:
Screen.Recording.2025-02-09.at.12.43.47.mov
Compare this with a Demo where we use the Mapbox/delaunator library to calculate delauney tiles for us:
Screen.Recording.2025-02-09.at.12.44.42.mov
Proposal
Beta Was this translation helpful? Give feedback.
All reactions