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
- Host: GitHub
- URL: https://github.com/kiselkovd/func_graph_drawer
- Owner: KiselkovD
- Created: 2024-11-16T19:49:16.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T11:18:26.000Z (11 months ago)
- Last Synced: 2025-02-17T21:28:02.734Z (8 months ago)
- Topics: cmake, cpp, sdl2, vcpkg
- Language: C++
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## func_graph_drawer
## 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