Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 385 Bytes

File metadata and controls

13 lines (9 loc) · 385 Bytes

Webgl-fluid-displacement

Fluid image distortion using simplex noise and Sobel edge detection shaders

Live Example

Setup

To build from source:

  1. Install the latest Node.js and NPM.
  2. Run npm install within the project root directory in Terminal.
  3. Run npm run build:watch.
  4. Run npm start