Mathematical function visualizer
| examples | Added julia example | |
| include | Initial commit | |
| source | Changed window title | |
| LICENSE | Added files | |
| makefile | Added files | |
| README.md | Changed shader syntax | |
This software is a simple visualizer for mathematical functions, it can be compiled by running:
make
To use it, provide a GLSL shader:
matgraph examples/equipotential.glsl
The shader can use the x and y coordinates of the current pixel (also provided in the 2D vector v) and the time since the program was launched through the t variable. The following functions are available:
- Moving around with the mouse
- Zooming using the scroll wheel
- Reloading the shader using the space bar