content: 2026-07-27 capture run — 16 finds across 8 productive sources

This commit is contained in:
2026-07-27 01:30:32 -04:00
parent 97ee827291
commit 330004e849
27 changed files with 297 additions and 4 deletions
@@ -0,0 +1,14 @@
---
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.