colourpicker

Simple Colour Picker written in C
git clone anongit@rnpnr.xyz:colourpicker.git
Log | Files | Refs | Feed | Submodules | README | LICENSE

Commit: 0ba0338594aeae7ddb9ec04b671f1e8f66d22d42
Parent: f603818309bbab9e3cfec3c4ea258088f7ebf05b
Author: Randy Palamar
Date:   Fri,  9 Aug 2024 06:39:00 -0600

add example screenshot to README

Diffstat:
MREADME.md | 2++
Aassets/ex.png | 0
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -2,6 +2,8 @@ A basic colour picker written in C and [raylib][]. +![example screenshot](assets/ex.png) + ## Requirements * C11 Compiler * [raylib][] - Optional, a static version will be built if `USE_SYSTEM_RAYLIB` diff --git a/assets/ex.png b/assets/ex.png Binary files differ.