pixi.js / packages / particles /
@Mat Groves Mat Groves authored on 21 Dec 2017
Matt Karl committed on 21 Dec 2017
..
src Removal of pixi-gl-core dependency and refactor of GLTexture (#4547) 7 years ago
LICENSE Next Restructure for v5 (#4387) 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);