1.1.0 • Published 5 years ago

flowlines v1.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

Flowlines

Build Status . npm

..work in progress

A Pixi.js background scene that generates randomly.

Features:

  • Vectorfield generated with perlin noise
  • Vectorfield that updates constantly
  • Particles that follow vectorfield and draw lines
  • RAINBOW COLORS

Installation

First install Flowlines as a depency:

npm install flowlines --save

Then you can import and use flowlines in your project:

import FlowLines from 'flowlines';

const flowlines = new FlowLines();
flowlines.create();

Coming soon: options-parameter

1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago