Navigate the galaxy of pixels with Milky Warp!
Milky Warp is an open-source tool that displays a magnifier when pressing a shortcut. It's built with Tauri, Vite, Vue, and Typescript.
- Displays a magnifier when pressing a configurable shortcut
- Supports zoom in and zoom out using the mouse scroll wheel
- Cross-platform: runs on Windows, macOS, and Linux
Download the latest release from the releases page
There is no release for macOS yet. You can build the application from source.
There is no release for Linux yet. You can build the application from source.
- Clone the repository:
git clone https://github.com/hugoattal/milky-warp.git
- Install the dependencies:
pnpm install
- Build the application:
pnpm run tauri build
- Get the executable from the
src-tauri/target
folder
- Press the shortcut key (default:
Ctrl+Alt+A
) to activate the magnifier - Use the mouse to move the magnifier around the screen
- Use the mouse scroll wheel to zoom in and out
- Click to fix the magnifier position, and click again to release it
- Press the shortcut key again to deactivate the magnifier
You can also use the shortcut holder. Due to some limitation, it's not as smooth as I would like it to be.
- Press the shortcut key (default:
Ctrl+Alt+A
) to activate the magnifier - Then you can hold and release the hold shortcut (default:
Ctrl+Shift+A
) - While the magnifier is hidden using the hold shortcut, you can't click
- To close this mode, close the magnifier with the normal shortcut (default:
Ctrl+Alt+A
)
You can customize the shortcut key by editing the src/config.ts
file.
Contributions are welcome!
- Roller Coaster 🎢: Fast track your automations with visual scripting
Milky Warp is released under the MIT License.