epick
epick copied to clipboard
Color picker for creating harmonic color palettes that works on Linux, Windows, macOS and web.
Homebrew
I have added Homebrew support. ## Instructions for building: In /scripts/homebrew ```bash ./build_homebrew.sh ``` This script will build the app with cargo and copy it to `app/epick.app`. Afterwards, `epick.app` is...
There should be a shortcut to clear all colors that would open a popup asking if colors should be cleared. The same popup should be applied to the `Clear colors`...
When I activate the zoom picker, I expect clicking somewhere to set the current color. Instead, the window I click on gets focused (causing epick to lose focus), and the...
Would be nice if epick could be installed from `brew` https://brew.sh/ on macOS.
The same as on X11 and Windows, a button that spawns a window that renders a zoomed in image of the area under the cursor.
Same as for windows in #21 an installer with a drag&drop of the app would be a nice feature.
It would be nice if there would be a installer for epick. It would definitely increase discoverability by opening the doors to Windows users.
The dialog expects a full path to file. If it were to work in the current way with the second `Name:` input, the `show_open_single_dir` should be used without the extension...
Hi @wojciechkepka, Thanks for sharing your application. I installed it the first time, using Arch Linux, When trying to run I get the following message and the app returns with...
A setting that would change how zoomed in the "zoomed cursor picker" is. Currently the value is a constant: ```rust const ZOOM_SCALE: f32 = 10.; ```