Skip to content

HectorArellanoDev/WebGPUFluids

Repository files navigation

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