The program attempts to visualise a given function of the form z = f(x, y, t).
plot of z = sin(x² + y² - t) which resembles water ripples
This is a very basic project consisting of only one source file (and an additional header file for storing surface functios). Simply download these files (keep them in same folder) and run the source namely Ripples.c using a C/C++ compiler.
