Brady Law
Results
3
issues of
Brady Law
**Issue** For geometries with 10k+ points, it can take 10+ seconds on a modern machine to call `getPoints()` or `pointInPolygon()`. **Root Cause** The points array was built using `array_merge()`, which...
Maybe more trouble than it's worth, but it would be super helpful to be able to debug from worklets. ```ts console.log('hello from index'); const frameProcessor = useFrameProcessor((frame) => { 'worklet'...