https://github.com/iliatrofimov/win32plotter
Win32 graph of function plotter
https://github.com/iliatrofimov/win32plotter
cpp win32api
Last synced: over 1 year ago
JSON representation
Win32 graph of function plotter
- Host: GitHub
- URL: https://github.com/iliatrofimov/win32plotter
- Owner: IliaTrofimov
- Created: 2022-04-16T15:59:49.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-16T16:05:46.000Z (about 4 years ago)
- Last Synced: 2025-02-07T04:37:58.761Z (over 1 year ago)
- Topics: cpp, win32api
- Language: C++
- Homepage:
- Size: 173 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Functions' graphs plotter
Application made with Win32 API, allows draw several explicit functions (like y = sin(x)) at the same.
Functions are being parsed and evaluated with [Function Parser v4.5.1](http://warp.povusers.org/FunctionParser/fparser.html).