Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.08 KB

File metadata and controls

20 lines (15 loc) · 1.08 KB

WaterBall

Real-time fluid simulation on a sphere🌏 implemented in WebGPU.

Works on your browsers which support WebGPU (Chrome, Edge etc. Safari is also supported when WebGPU feature flag is enabled).

Try demo here!

waterball-demo-2

This is a follow-up project of webgpu-ocean and has the following characteristics.

How to run

npm install
npm run serve

If you have trouble running the repo, feel free to open an issue.