func_graph_drawer displays functions with a given precision on the coordinate axis using sdl2 installed via vcpkg. Compiled by cmake
- git clone repo
- use
.vscode/tasks.json
in vscode toinstall vcpkg & sdl2
,build
andrun
- if you want to display another func go to
src/main.cpp
and change return. Don't forget to save and rebuild