pixi.js / packages / particles /
@Ivan Popelyshev Ivan Popelyshev authored on 10 Jan 2018
Mat Groves committed on 10 Jan 2018
..
src [next] Math `copy` inconsistencies (#4595) 7 years ago
LICENSE Update LICENSE files to 2018 (#4585) 7 years ago
README.md Removes PIXI.particles top-level namespace (v5) (#4464) 7 years ago
package.json Removal of pixi-gl-core dependency and refactor of GLTexture (#4547) 7 years ago
README.md

@pixi/particles

Installation

npm install @pixi/particles

Usage

import {ParticleRenderer} from '@pixi/particles';
import {Renderer} from '@pixi/core';

Renderer.registerPlugin('particle', ParticleRenderer);