]> git.mcshandy.xyz Git - picker/commitdiff
Small readme update and add a screenshot
authorrandy <randy@mcshandy.xyz>
Fri, 29 Sep 2023 01:27:07 +0000 (20:27 -0500)
committerrandy <randy@mcshandy.xyz>
Fri, 29 Sep 2023 01:27:07 +0000 (20:27 -0500)
README.md
screenshot.png [new file with mode: 0644]

index 4d20c13db9555e3f0785c467a485bf29b20127ee..98139bcbeb9a1ef783762c111f0f5d5c5c2c42f3 100644 (file)
--- 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 (file)
index 0000000..dda3bfe
Binary files /dev/null and b/screenshot.png differ