Skip to content

Plugin Option: Path Generators

paths provides path generator packages that define custom movement paths for particles, selected via particles.move.path.generator.

Available path generators

PackageGenerator nameDescription
path-branchesbranchesBranching tree-like paths
path-brownianbrownianBrownian random walk
path-curl-noisecurlNoiseCurl noise paths
path-curvescurvesCurved paths
path-fractal-noisefractalNoiseFractal noise
path-gridgridGrid movement
path-levylevyLevy flight
path-perlin-noiseperlinNoisePerlin noise
path-polygonpolygonPolygon path
path-randomrandomRandom changes
path-simplex-noisesimplexNoiseSimplex noise
path-spiralspiralSpiraling motion
path-svgsvgSVG path following
path-zigzagzigzagZigzag movement

Notes

  • Configured via particles.move.path.generator.
  • Each path may accept additional options under particles.move.path.options.

Source reference