A lightweight tool to draw the 2D graph of a C function, with y=f(x), or a 3D curve with z=f(x, y)
This software uses three librairies :
* PicoC : a C interpreter to evaluate C source code.
* SFML : to create the window and render 2D elements
* tgui : to manage the UI