Skip to content

flo-bit/pixi-particles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.