Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days 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 (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-17T16:18:37.000Z (3 months ago)
- Last Synced: 2024-08-17T21:06:03.661Z (3 months ago)
- Topics: c, color-picker, colour-picker, hot-reloading, raylib
- Language: C
- Homepage:
- Size: 488 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][].
![example screenshot](assets/ex.png)
## 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/