Zoomer application for macOS. A poor man's clone of tsoding/boomer.
$ cargo build --release
$ cargo run --release| Control | Description |
|---|---|
| q | Quit the application. |
| Drag with left mouse button | Move the image around. |
| Scroll wheel or trackpad | Zoom in/out (centered on cursor). |
- Takes a screenshot of your primary display on startup
- Fullscreen viewing without window decorations
- Smooth zoom with trackpad gestures
- Native macOS trackpad support
- Pan by clicking and dragging
$ cargo build --releaseThe following Rust crates are used:
screenshots- Screen capturewinit- Window management and input handlingpixels- Pixel buffer renderingimage- Image processing
$ cargo run --releaseThe application will immediately capture your screen and display it in fullscreen mode. Use your trackpad or mouse to zoom and pan around the screenshot.
