An open API service indexing awesome lists of open source software.

https://github.com/sjaak31367/colour

Small C++ thing to print stuff in COLOUR to terminal
https://github.com/sjaak31367/colour

c-plus-plus colors colours terminal-graphics

Last synced: 1 day ago
JSON representation

Small C++ thing to print stuff in COLOUR to terminal

Awesome Lists containing this project

README

          

## Colour!
This is just a small C++ thingy to try and print stuff in colour to a terminal.

Note that this does require a terminal (emulator) that supports 24-bits colour.
(I'm using gnome-terminal, but there are tons of others out there)

###### Credits:
PerlinNoise.hpp: [github.com/Reputeless/PelinNoise](https://github.com/Reputeless/PerlinNoise)

###### Building:
``make build``

###### Running:
``make run``

###### Example:
![alt text](misc/Example01.png)
![alt text](misc/Example02.png)