๐Ÿ’ป
๐Ÿ’ป Technology

SpinWin: Rotate Any macOS Window Without an Official API

A developer built SpinWin, a free open-source macOS menu bar app that lets users visually rotate any individual window on screen. Since Apple provides no public API for window rotation, the app uses the Accessibility API to move windows offscreen, captures their contents via ScreenCaptureKit, and displays them on a transparent overlay with a rotating CALayer. Written in Swift under the MIT licence, it is signed and notarised.

Comments

No comments yet