https://github.com/davdag/mathplotter
A function plotter written in C++ with only OpenGl / ImGui / mathExp libraries
https://github.com/davdag/mathplotter
c cpp easy-t exe function-plotter graphics gui-application imgui integral integration math math-application mathexp-libraries numeric-integration opengl plotter windows-only zoomable-grid
Last synced: 3 months ago
JSON representation
A function plotter written in C++ with only OpenGl / ImGui / mathExp libraries
- Host: GitHub
- URL: https://github.com/davdag/mathplotter
- Owner: DavDag
- License: apache-2.0
- Created: 2019-02-24T20:24:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-24T21:02:19.000Z (over 6 years ago)
- Last Synced: 2025-04-28T21:43:26.982Z (5 months ago)
- Topics: c, cpp, easy-t, exe, function-plotter, graphics, gui-application, imgui, integral, integration, math, math-application, mathexp-libraries, numeric-integration, opengl, plotter, windows-only, zoomable-grid
- Language: C++
- Size: 2.71 MB
- Stars: 11
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MathPlotter
A function plotter written in C++ with only OpenGl / ImGui / mathExp libraries### Guide to Use
Add to **compiler** options:
-DGLEW_STATIC -DNO_FREETYPE
Add to **linker** options:
-static-libgcc -lglew32 -lglfw3 -lopengl32 -lglu32 -lgdi32 -lwinmm
_Or simply download the "Math.exe" file_# Some Images from the App






