[READ-ONLY] Mirror of https://github.com/flo-bit/pixi-particles. particle system for pixi.js flo-bit.github.io/pixi-particles/
javascript particle-system particles pixijs
0

Configure Feed

Select the types of activity you want to include in your feed.

HTML 66.0%
JavaScript 34.0%
15 1 0

Clone this repository

https://tangled.org/flo-bit.dev/pixi-particles https://tangled.org/did:plc:mwyudupnedkglh3i5w5rm35h
git@tangled.org:flo-bit.dev/pixi-particles git@tangled.org:did:plc:mwyudupnedkglh3i5w5rm35h

For self-hosted knots, clone URLs may differ based on your setup.



Readme.md

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.