DavDag / MathPlotter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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%