Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 325 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 325 Bytes

FlowFields

Pretty particle simulation with particles moving through a perlin noise based vector field.

See it in action: https://ritvarsz.github.io/flow-fields/

Setup

npm install

For development

npm run start to start the development server.

Building

npm run build to build the main js file.