1.0.2 • Published 4 years ago

react-gl-particles v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Particle Network

Also known as distance field, distance graph, particle graph... Uses PixiJS for rendering with WebGL, which further opens it up for use with custom shaders.

Installation

npm install --save react-gl-particles

Features:

As of version 1.0.2, the component supports the following properties:

PropertyTypeDefaultUse
antialiasboolfalse
colornumber0xffffffDrawing color
backgroundnumberNone (transparent)Background color
numPointsnumber100Number of vertices
maxDistancenumber100Maximum edge length (beyond which edges become transparent)
styleobjectNoneReact style definitions
classNamestringNoneReact className