This project use shaders to create a raging sea. Also animate the waves and add control of the parameters with the debug panel.
Live.
Download Node.js. Run this followed commands:
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:8080
npm run dev
# Build for production in the dist/ directory
npm run build