Graph Plotter is a project that aims to take function input from the user and graphically plot the curve for that function. This project is implemented in C++ using the OpenGL library.
You need to download .deb files for libglui2c2 and libglui-dev.
sudo apt-get update
sudo apt-get install freeglut3 freeglut3-dev
sudo deb -i [path/to/libglui2c2(.deb)]
sudo deb -i [path/to/libglui-dev(.deb)]
cc plotter.cpp -lstdc++ -lm -lglut -lGLU -lGL
./a.out
Please refer to CONTRIBUTING.md