0.0.11 • Published 5 years ago

amo.gl v0.0.11

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

amo.gl

Toolkit for native webgl, most of them were collected from Internet. cuon-matrix.js and cuon-utils.js copyright@2012 kanda and matsuda.

Installation

npm install amo.gl

Getting Started

const initShaders = require('amo.gl').initShaders;
const Matrix4 = require('amo.gl').Matrix4;

initShaders(gl, vertexSource, fragmentSource);
let mvpMatrix = new Matrix4();
0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago