Extra
personal favorites
-
Notch
View repoA macOS utility that creates its own notch at the top of the display. Lets you control music, add or remove songs from playlists, and see a Claude session's status in real time. It also makes taking screenshots on a Mac a bit easier
Technical specifications
- How it works
- An NSPanel pinned above every Space. Now Playing over the private MediaRemote API, audio bars from a CoreAudio tap, screenshots from a folder watch, and Claude sessions from hook events
- Built on
- Swift, SwiftUI and AppKit
- Why
- I was unsatisfied with the open source alternatives, so I decided to make my own
-
Liquid Glass
View codeMy implementation of Apple's Liquid Glass. A pill of glass slides between the tabs, bending the background as it goes and stretching before it settles. One of my personal favorites
Technical specifications
- How it works
- A refractive lens over a tab row: SDF pill, Snell-law edge refraction with per-channel dispersion, LCH fresnel and glare, spring-driven motion
- Built on
- WebGL and JavaScript