Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.28 KB

Readme.md

File metadata and controls

45 lines (30 loc) · 1.28 KB

Particles

A simple particle system for pixi.js.

Features

  • Particle emitters: Emit particles from a point, line, rectangle or circle
  • Spawn with functions
  • Particle life time
  • Particle velocity
  • Drag: apply drag to particle velocity
  • Forces: apply forces to particles
  • Particles can shrink or disappear over time

Examples

Basic

Effects

Use

import

<script src="https://flo-bit.github.io/pixi-particles/particles.js"></script>

Configuration

let particles = new Particles({ renderer: pixiRenderer });

License

MIT License, see LICENSE file.