An exercise in 3d-rendering: animation a ripple or wave effect through a pool of water (represented as a grid of bars with height indicating the surface-level of the water).
- three.js
- Browserify
- Figure out how to make it more efficient, so it's not running a double for loop with every animation frame. Just set height instead of destroying and recreating every box every frame.