Tldraw/packages/editor/src/lib/primitives
David Sheldrick b5dfd81540
WebGL Minimap (#3510)
This PR replaces our current minimap implementation with one that uses
WebGL

### Change Type

<!--  Please select a 'Scope' label ️ -->

- [x] `sdk` — Changes the tldraw SDK
- [ ] `dotcom` — Changes the tldraw.com web app
- [ ] `docs` — Changes to the documentation, examples, or templates.
- [ ] `vs code` — Changes to the vscode plugin
- [ ] `internal` — Does not affect user-facing stuff

<!--  Please select a 'Type' label ️ -->

- [ ] `bugfix` — Bug fix
- [ ] `feature` — New feature
- [x] `improvement` — Improving existing features
- [ ] `chore` — Updating dependencies, other boring stuff
- [ ] `galaxy brain` — Architectural changes
- [ ] `tests` — Changes to any test code
- [ ] `tools` — Changes to infrastructure, CI, internal scripts,
debugging tools, etc.
- [ ] `dunno` — I don't know


### Test Plan

1. Add a step-by-step description of how to test your PR here.
2.

- [ ] Unit Tests
- [ ] End to end tests

### Release Notes

- Add a brief release note for your PR here.

---------

Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
2024-04-19 13:56:55 +00:00
..
geometry Faster selection / erasing (#3454) 2024-04-13 13:30:30 +00:00
Box.test.ts [tech debt] Primitives renaming party / cleanup (#2396) 2024-01-03 12:13:15 +00:00
Box.ts Revert "RBush again? (#3439)" (#3481) 2024-04-16 10:56:35 +00:00
Mat.test.ts [tech debt] Primitives renaming party / cleanup (#2396) 2024-01-03 12:13:15 +00:00
Mat.ts WebGL Minimap (#3510) 2024-04-19 13:56:55 +00:00
Vec.test.ts Add tests for Vec.Average (#3071) 2024-03-05 14:14:08 +00:00
Vec.ts perf: calculate hypoteneuse manually instead of using hypot (#3468) 2024-04-15 18:45:30 +00:00
easings.ts Unbiome (#2776) 2024-02-07 16:02:22 +00:00
intersect.ts Stickies: release candidate (#3249) 2024-04-14 18:40:02 +00:00
utils.test.ts arrows: separate out handle behavior from labels (#2621) 2024-01-31 11:17:03 +00:00
utils.ts fix docs not building due to typo (#3259) 2024-03-25 15:34:43 +00:00