0.1.3 • Published 8 months ago

matrix-engine-plugins v0.1.3

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

matrix-engine-plugins

Status operative

Plugins structure:

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

Assets

import BlenderAssetsMEPlugins

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.3

8 months ago

0.1.2

1 year ago

0.1.1

1 year ago

0.0.10

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago