pixi.js / packages / mesh-extras /
@Mat Groves Mat Groves authored on 20 Sep 2018
Matt Karl committed on 20 Sep 2018
..
src [next] Sprite, Mesh and Graphics refactor to including in batching (#5069) 6 years ago
test Reorganized Mesh classes (#4963) 6 years ago
LICENSE Reorganized Mesh classes (#4963) 6 years ago
README.md Reorganized Mesh classes (#4963) 6 years ago
package.json v5.0.0-alpha.3 6 years ago
README.md

@pixi/mesh-extras

Installation

npm install @pixi/mesh-extras

Usage

import { MeshRenderer } from '@pixi/mesh';
import { Renderer } from '@pixi/core';
import { Rope } from '@pixi/mesh-extras';

Renderer.registerPlugin('mesh', MeshRenderer);

const rope = new Rope();