Skip to content

SergioStopkin/WideConsole

Repository files navigation







WideConsole

WideConsole is a simple program for building graphs, charts and text output to the console.

Standard

C++ 20

Platforms

                 

Linux      macOS      Windows

Getting started

For using charts, graphs and texts, include header files respectively:

#include "wideconsole/chart.h"
#include "wideconsole/graph.h"
#include "wideconsole/text.h"

The project uses WideConsole namespace.

Create objects:

WideConsole::Chart chart;
WideConsole::Graph graph;
WideConsole::Text  text;

Usage details

See the example in the file main.cpp.

See the INTERFACE.md file for more details.

Authors

Sergio Stopkin - sergiistopkin@gmail.com - GitHub

License

GNU General Public License version 3 or any later version. See the COPYING file for details.