Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 646 Bytes

File metadata and controls

27 lines (15 loc) · 646 Bytes

WebGPU Fluid Demo for Codrops

A demo that accompanies the article about the reflective journey through years of experimentation to create fluid simulations.

Image

Article on Codrops

Demo

There is also a basic version that runs faster on less powerful machines.

Installation

Install dependencies:

npm install

Compile the code for development and start a local server:

npm run dev