curran
A wave simulation using HTML5 Canvas. Click on it!
xxxxxxxxxx
<html>
<head>
<title>1D Wave Simulation</title>
</head>
<body style="margin: 0px;">
<canvas id="canvas"></canvas>
<script src="wave.js"></script>
</body>
</html>