Controls
- Left click to rotate
- Ctrl + Left click to zoom in/out
- Right click to pan
What is Plot?
Plot is an open source plotting/graphing tool that plots/graphs in 3D.
Might or might not add imaginary/complex graphs that graphs dynamically, but at the moment it's pretty crappy.
Libraies used:
- ExprTK for parsing and evaluation maths equations
- OpenGL and GLUT for graphics
/* Important! */
- glu32.dll must be in the same folder as Plot.exe
/* To do list */
- Convert graphs to Argand diagram
- Fix up quadratic/ cubic imaginary graphs (make them a bit more dynamic)
- Clean up code (it's very messy atm and unreadable)