colourpicker

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

README.md (612B)


      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 * [raylib][] - Optional, a static version will be built if `USE_SYSTEM_RAYLIB`
     10   is not set in the environment.
     11 
     12 ## Installation
     13 
     14 Run `build.sh` and copy `colourpicker` where you want it.
     15 
     16 ## Debug Hot Reloading
     17 
     18 If `DEBUG` is set in the environment then the hot reloading
     19 version will be compiled. The program will load
     20 `libcolourpicker.so` at runtime and reload it when it is updated.
     21 In this case raylib **MUST** be dynamically linked.
     22 
     23 [raylib]: https://www.raylib.com/