Skip to content

rnpnr/colourpicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colour Picker

A basic colour picker written in C and raylib.

Requirements

  • raylib > v5 (Current release has a bug in mouse button code).

Installation

Run build.sh and copy colourpicker where you want it.

Debug Hot Reloading

Add -D_DEBUG to the cflags and build. The program will load libcolourpicker.so at runtime and reload it when it is updated. This is meant solely for development and is not guaranteed to be working everywhere.