WConsole is a simple program for building graphs, charts and text output to the console.
C++ 14
Linux macOS Windows
For using charts, graphs and texts, include header files respectively:
#include "wconsole/chart.h"
#include "wconsole/graph.h"
#include "wconsole/text.h"The project uses WConsole namespace.
Create objects:
WConsole::Chart chart;
WConsole::Graph graph;
WConsole::Text text;See the example in the file main.cpp.
See the INTERFACE.md file for more details.
Sergio Stopkin - sergiistopkin@gmail.com - GitHub
GNU General Public License version 3 or any later version. See the COPYING file for details.
