zoomer app with support for wayland
Go to file
Wynd 52b97bc36d Attempt at making this work on windows systems too 2024-11-18 11:26:06 +02:00
src Attempt at making this work on windows systems too 2024-11-18 11:26:06 +02:00
.gitignore Initial commit, takes picture and displays it fullscreen 2024-11-03 16:01:34 +02:00
Cargo.lock Attempt at making this work on windows systems too 2024-11-18 11:26:06 +02:00
Cargo.toml Attempt at making this work on windows systems too 2024-11-18 11:26:06 +02:00
README.md Added the README file 2024-11-07 22:36:10 +02:00
rust-toolchain.toml Initial commit, takes picture and displays it fullscreen 2024-11-03 16:01:34 +02:00
rustfmt.toml Initial commit, takes picture and displays it fullscreen 2024-11-03 16:01:34 +02:00

README.md

zoomie

a zoomer app inspired by tsoding's boomer but with support for wayland and written in rust.

controls

controls description
Esc quit the app
drag using left click or move the cursor to the edge of the screen move around
hold Ctrl enables the spotlight effect and hides the cursor
scroll wheel zooms in/out
Ctrl + scroll wheel change the radius of the spotlight
R resets the zoom and position

install

from source using cargo

  • clone the repository
  • cd into the repository
  • run cargo install --path ., cargo will build a release build and install it, for more info check the cargo-install docs