Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 611 Bytes

File metadata and controls

14 lines (8 loc) · 611 Bytes

Ripples

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

Quick Start

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.