pixi.js / packages / particles /
@Winnie Winnie authored on 6 Jan 2018
Matt Karl committed on 6 Jan 2018
..
src Removal of pixi-gl-core dependency and refactor of GLTexture (#4547) 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);