An open API service indexing awesome lists of open source software.

https://github.com/kiselkovd/func_graph_drawer

displays functions with a given precision on the coordinate axis
https://github.com/kiselkovd/func_graph_drawer

cmake cpp sdl2 vcpkg

Last synced: 6 months ago
JSON representation

displays functions with a given precision on the coordinate axis

Awesome Lists containing this project

README

          

## func_graph_drawer

screen shot

## About

func_graph_drawer displays functions with a given precision on the coordinate axis using **sdl2** installed via **vcpkg**. Compiled by **cmake**

## How to use

- git clone repo
- use `.vscode/tasks.json` in **vscode** to `install vcpkg & sdl2`, `build` and `run`
- if you want to display another func go to `src/main.cpp` and change return. Don't forget to save and rebuild