This is an optimized fork of the excellent WebGPU Ocean project, modified for an immersive full-width experience. This version adds:
- Full-width zoom by default
- Dynamic wave splashing on window resize
- Procedurally generated ocean sounds using Web Audio API
- Adaptive audio intensity based on wave motion
For a deep dive into the underlying concepts and techniques, check out the detailed walkthrough on Codrops.
This real-time 3D fluid simulation is implemented in WebGPU and works on browsers that support the WebGPU API.
npm install
npm run serve