WideConsole is a simple program for building graphs, charts and text output to the console.
C++ 20
Linux macOS Windows
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;
See the example in the file main.cpp.
See the INTERFACE.md file for more details.
Sergio Stopkin - [email protected] - GitHub
GNU General Public License version 3 or any later version. See the COPYING file for details.