https://github.com/rnpnr/colourpicker
Simple Colour Picker written in C
https://github.com/rnpnr/colourpicker
c color-picker colour-picker hot-reloading raylib
Last synced: 3 months ago
JSON representation
Simple Colour Picker written in C
- Host: GitHub
- URL: https://github.com/rnpnr/colourpicker
- Owner: rnpnr
- License: isc
- Created: 2024-06-08T03:32:22.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-10T04:39:35.000Z (9 months ago)
- Last Synced: 2025-02-01T04:17:01.809Z (5 months ago)
- Topics: c, color-picker, colour-picker, hot-reloading, raylib
- Language: C
- Homepage:
- Size: 491 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Colour Picker
A basic colour picker written in C and [raylib][].

## Requirements
* C11 Compiler
* [raylib][] - Optional, a static version will be built if `USE_SYSTEM_RAYLIB`
is not set in the environment.## Installation
Run `build.sh` and copy `colourpicker` where you want it.
## Debug Hot Reloading
If `DEBUG` is set in the environment then the hot reloading
version will be compiled. The program will load
`libcolourpicker.so` at runtime and reload it when it is updated.
In this case raylib **MUST** be dynamically linked.[raylib]: https://www.raylib.com/