Skip to content

Velox0/libclr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

wrench Currently a work in progress


c library for spicing up the output

Overview

Perform colour mathematics and colourise output stream with endless customisations. Supports 4-bit, 8-bit and rgb colours. More features are underway.

Setting up

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

Installation

In project root run:

./install.sh

Usage

After installation include the library using the following include line:

#include <libclr/libclr.h>

/*
code...
*/

Releases

No releases published

Packages

No packages published