graphcurses

Curses 2D graph generator
git clone git://git.christosmarg.xyz/graphcurses.git
Log | Files | Refs | README | LICENSE

commit cbd8a69495d9846ec8bf6d3376106b4a6cf4f453
parent 27da57aa97cbb94f1a6836fba5db8cfff7ccdffb
Author: Christos Margiolis <christos@margiolis.net>
Date:   Sun,  8 Mar 2020 21:27:23 +0200

non important changes

Diffstat:
MREADME.md | 2+-
Msrc/main.cpp | 2--
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -3,7 +3,7 @@ **UNDER CONSTRUCTION** A simple ncurses graph generator. -![Screenshot_20200307_171133](https://user-images.githubusercontent.com/54286563/76145933-fcbfa380-6096-11ea-8175-db2e0d626f13.png) +![Screenshot_20200308_212613](https://user-images.githubusercontent.com/54286563/76169715-b3994d80-6183-11ea-97e0-4003239ecfe3.png) ## Dependencies diff --git a/src/main.cpp b/src/main.cpp @@ -1,8 +1,6 @@ #include <ncurses.h> #include <iostream> -#include <string> #include <cmath> -#include <cassert> #include <matheval.h> #define XMIN_PLANE -2.0f*M_PI