Skip to content

Cride5/wavesim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WaveSim

An analog cellular automaton model of fluid surface dynamics, written in JavaScript, using the HTML5 canvas.

Instructions

To add simulated waves into a web-page, include the wavesim.js script, and then construct the simulator as follows:

var sim = new WaveSim();
sim.start();

See test_page.html for an example.

License: GNU Public License Version 3

Author: Conrad Rider