simple terminal equation plotter
| arena.h | ||
| LICENSE | ||
| main.c | feat: add colors | |
| Makefile | ||
| README | ||
| tinyexpr.c | ||
| tinyexpr.h | ||
termplot PREREQUISITES - ncurses - libuv TO COMPILE $ make this program is quite limited. you can only write functions that depend on X. so the `sin(y)' function will NOT work as you'd expect. the reason is that it's much simpler this way, and thus limits the scope drastically. unfortunately, no way to draw circles either. `x^2 + y^2 = 1' will NOT work. all equations take form of y = <whatever you put in> that means that you can't write something like `y = 1'. you need to write just `1'. to save the expression, press ENTER while in edit mode. check the top right corner of the edit mode to see if there are any errors. if there is one, it'd show up as [!]. navigate to stat mode to see it.