Skip to content

DavDag/MathPlotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages