1
0
Fork
You've already forked matgraph
0
Mathematical function visualizer
  • C 100%
Find a file
2026年01月06日 12:51:36 +01:00
examples Added julia example 2025年12月24日 20:45:25 +01:00
include Initial commit 2025年12月24日 00:58:32 +01:00
source Changed window title 2026年01月06日 12:51:36 +01:00
LICENSE Added files 2025年12月24日 01:23:50 +01:00
makefile Added files 2025年12月24日 01:23:50 +01:00
README.md Changed shader syntax 2025年12月24日 13:39:45 +01:00

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

Newton fractal