15 lines
912 B
Plaintext
15 lines
912 B
Plaintext
---
|
|
name: "SpinWin"
|
|
subtitle: "Rotate any Mac window to any angle, upside down included"
|
|
date: 2026-07-27
|
|
shortlist: true
|
|
link: "https://github.com/alokdhir/spinwin"
|
|
linkText: "github.com"
|
|
source: "Hacker News — Show HN"
|
|
topics: [macos-apps]
|
|
tags: [window-management, menu-bar, open-source]
|
|
description: "A macOS menu bar utility that rotates another app's window by any angle, faked convincingly with ScreenCaptureKit because no public API can do it for real."
|
|
---
|
|
|
|
macOS has no public API to rotate another app's window, and the private call needs System Integrity Protection off — so SpinWin fakes it instead. It hides the real window off-screen where it keeps rendering, captures that window's buffer with ScreenCaptureKit, and redraws the frames rotated in a transparent overlay sitting exactly where the original was. Ninety-degree steps, arbitrary angles, or a continuous spin, all from the menu bar.
|