Perform colour mathematics and colourise output stream with endless customisations. Supports 4-bit, 8-bit and rgb colours. More features are underway.
Fork all the branches and clone the repository:
git clone https://www.github.com/{username}/libclr.git
cd libclr
To run unit tests, from the root of the project, run:
sh test/buildtest.sh
Test all the functions you add in test.c properly before pushing and/or merging.
The errors will be saved in ERROR.log
In project root run:
./install.sh
After installation include the library using the following include line:
#include <libclr/libclr.h>
/*
code...
*/