colourpicker

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

README.md (445B)


      1 # Colour Picker
      2 
      3 A basic colour picker written in C and [raylib][].
      4 
      5 ![example screenshot](assets/ex.png)
      6 
      7 ## Requirements
      8 * C11 Compiler
      9 
     10 ## Installation
     11 
     12 Run `build.sh` and copy `colourpicker` where you want it.
     13 
     14 ## Debug Hot Reloading
     15 
     16 If `DEBUG` is set in the environment then the hot reloading
     17 version will be compiled. The program will load `colourpicker.so`
     18 at runtime and reload it when it is updated.
     19 
     20 [raylib]: https://www.raylib.com/