Commit c447250
committed
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.1.1...v2.0.0) (2026-02-02)
* feat(types)!: refactor FisheyeProjection to object format and group config ([ee1b060](ee1b060))
### Bug Fixes
* **fisheye:** use if/else instead of conditional expressions in GPU shader ([f2280df](f2280df))
* **fisheye:** use writeBuffer in readback so output is not one frame behind ([70f2dd2](70f2dd2))
* initialize TypeGPU variables to resolve shader compilation errors ([7bb32f8](7bb32f8))
* **lint:** resolve noExcessiveCognitiveComplexity in GPU compute callback ([9b6acde](9b6acde))
* resolve TypeGPU variable initialization and cylindrical projection ([8663378](8663378))
### Features
* **example:** sample image picker, calibration from test_cases, and UI tweaks ([2f800d7](2f800d7))
* **fisheye:** update implementation to support new grouped config format ([4f802c6](4f802c6))
### BREAKING CHANGES
* FisheyeProjection is now an object like { kind: "rectilinear" }
instead of a string. The mount parameter has been removed entirely.1 parent 2f800d7 commit c447250
2 files changed
Lines changed: 27 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
1 | 27 | | |
2 | 28 | | |
3 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments