matrix-engine-plugins

0.1.2 • Public • Published

matrix-engine-plugins

Status operative

Plugins structure:

  • Aceess folders represent scripting , data folder containe data files (any).
 ├── matrix-fonts/           (Category)
 |   ├── 2dPlaneFont/
 |       ├── access/
 |       └── data/
 |   ├── 2dUVPlaneFont/
 |       ├── access/
 |       └── data/

Plugin 2d plane

obj text typo export from default blender text.

How to use it intro matrix-engine projects:

Install:

npm i matrix-engine-plugins

Import:

import { planeFont, planeUVFont } from "matrix-engine-plugins";

Load single char

var font = new planeUVFont();
font.loadChar(matrixEngine.OBJ, "s", "headerTitle");

font.charLoaded = (obj) => {
  // Loaded
};

Credits & Licences

Package Sidebar

Install

npm i matrix-engine-plugins

Weekly Downloads

5

Version

0.1.2

License

MIT

Unpacked Size

3.43 MB

Total Files

125

Last publish

Collaborators

  • zlatnaspirala