DavDag / MathPlotter

A function plotter written in C++ with only OpenGl / ImGui / mathExp libraries

Repository from Github https://github.comDavDag/MathPlotterRepository from Github https://github.comDavDag/MathPlotter

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 alt text alt text alt text alt text alt text alt text

About

A function plotter written in C++ with only OpenGl / ImGui / mathExp libraries

License:Apache License 2.0


Languages

Language:C++ 100.0%