Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 02 Feb 09:16
· 6 commits to main since this release

2.0.0 (2026-02-02)

  • feat(types)!: refactor FisheyeProjection to object format and group config (ee1b060)

Bug Fixes

  • fisheye: use if/else instead of conditional expressions in GPU shader (f2280df)
  • fisheye: use writeBuffer in readback so output is not one frame behind (70f2dd2)
  • initialize TypeGPU variables to resolve shader compilation errors (7bb32f8)
  • lint: resolve noExcessiveCognitiveComplexity in GPU compute callback (9b6acde)
  • resolve TypeGPU variable initialization and cylindrical projection (8663378)

Features

  • example: sample image picker, calibration from test_cases, and UI tweaks (2f800d7)
  • fisheye: update implementation to support new grouped config format (4f802c6)

BREAKING CHANGES

  • FisheyeProjection is now an object like { kind: "rectilinear" }
    instead of a string. The mount parameter has been removed entirely.