Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kendricktan/plot
Plots graphs in 3D
https://github.com/kendricktan/plot
Last synced: 22 days ago
JSON representation
Plots graphs in 3D
- Host: GitHub
- URL: https://github.com/kendricktan/plot
- Owner: kendricktan
- Created: 2014-11-23T04:37:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-18T05:46:42.000Z (over 9 years ago)
- Last Synced: 2024-04-14T11:32:53.357Z (7 months ago)
- Language: C++
- Size: 48.9 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Plot - Plot 3D graphs!
====Controls
- Left click to rotate
- Ctrl + Left click to zoom in/out
- Right click to panWhat 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 */
1. Convert graphs to Argand diagram
2. Fix up quadratic/ cubic imaginary graphs (make them a bit more dynamic)
3. Clean up code (it's very messy atm and unreadable)