pixi.js / packages / mesh-extras /
@Yevhenii Huselietov Yevhenii Huselietov authored on 21 Jun 2019
Matt Karl committed on 21 Jun 2019
..
src Updated comments and docs for deprecated methods / properties. (#5616) 6 years ago
test Updated comments and docs for deprecated methods / properties. (#5616) 6 years ago
LICENSE Reorganized Mesh classes (#4963) 6 years ago
README.md Reorganized Mesh classes (#4963) 6 years ago
package.json Bump floss for 3.0 & codecov integration (#5792) 5 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();