
I built a zoomable window overview for Windows in Rust -- with click-through pin mode (OSS - MIT license)
I built a window manager for Windows that shows live thumbnails of all your open windows on an infinite zoomable canvas. Hit Ctrl+Space from anywhere, see everything at once, click to switch. It also works across virtual desktops.
The part I'm most happy with: press F1 on any thumbnail and it zooms in and punches a hole through the overlay so you can actually interact with the app -- type, click, scroll -- without dismissing the canvas. Built in Rust using
the DWM Thumbnail API and Direct2D. Open source, no installer.
▎ GitHub: https://github.com/sermtech/wincanvas
