0.1.2 • Published 3 months ago

matrix-engine-plugins v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

matrix-engine-plugins

Status operative

Plugins structure:

  • Aceess folders represent scripting , data folder containe data files (any).

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

0.1.2

3 months ago

0.1.1

3 months ago

0.0.10

7 months ago

0.1.0

7 months ago

0.0.9

7 months ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago