From: randy Date: Fri, 29 Sep 2023 01:27:07 +0000 (-0500) Subject: Small readme update and add a screenshot X-Git-Url: http://git.mcshandy.xyz/gitweb.cgi?a=commitdiff_plain;h=b0fcb854c9703ce1d486d70166cbe1e4979c27f7;p=picker Small readme update and add a screenshot --- diff --git a/README.md b/README.md index 4d20c13..98139bc 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,17 @@ # Randy's Nose Picker A quick and easy color picker for visualizing RGB/HSL +![you can prick your finger, but you can't finger your prick](screenshot.png) + ## Use -Adjust saturation in the big square with `HL`, luminence with `JK`. Or sat with `JK` and luminence with `HL`. I forgot which but now that I think about it, it could go in the config file. +Adjust saturation in the big square with `H/L`, luminence with `J/K`. Or sat with `J/K` and luminence with `H/L`. I forgot which but now that I think about it, it could go in the config file. The hue spectrum slider adjusts with `N/B`. Holding either `shift` increases the adjust speed of any other input. If it wasn't already obvious, the bottom portion displays the active color in a big square along with RGB and HSL value, in decimal and hex. There is no mouse support as of this release. ## Configure and build ### Dependencies -The only real dependencies are SDL2 and SDL2_TTF (for text). +The only real dependencies are SDL2 and SDL2_TTF (for text). I sure hope you have libm. ### Configure Configuration of UI things is done through source/config.h. Most options will be self-explanatory. @@ -20,4 +22,4 @@ The worst part here is the UI system I cooked up. UI components in the config_la Just `make`, it should go for the base `picker` rule. `picker_debug` is self-explanatory, and `install` will build and chuck into (probably) your path. Likely you'll need sudo for it. ## Why? -I got annoyed with googling for online color pickers every time I wanted a quick color reference so I cranked this out mostly on a saturday and buzzed. The UI component was the more fun part that I'd like to develop a bit more. But it's enough. +I got annoyed with googling for online color pickers every time I wanted a quick color reference so I cranked this out mostly on a saturday while buzzed. The UI component was the more fun part that I'd like to develop a bit more. But it's enough. diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..dda3bfe Binary files /dev/null and b/screenshot.png differ