Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)