Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2019-02-24T21:02:19.000Z (over 5 years ago)
- Last Synced: 2024-09-08T13:21:37.606Z (2 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: 1
- Forks: 2
- 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
![alt text](https://github.com/DavDag/MathPlotter/blob/master/images/1.PNG)
![alt text](https://github.com/DavDag/MathPlotter/blob/master/images/2.PNG)
![alt text](https://github.com/DavDag/MathPlotter/blob/master/images/3.PNG)
![alt text](https://github.com/DavDag/MathPlotter/blob/master/images/4.PNG)
![alt text](https://github.com/DavDag/MathPlotter/blob/master/images/5.PNG)
![alt text](https://github.com/DavDag/MathPlotter/blob/master/images/6.PNG)
![alt text](https://github.com/DavDag/MathPlotter/blob/master/images/7.PNG)