amo.gl

0.0.11 • Public • Published

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();

/amo.gl/

    Package Sidebar

    Install

    npm i amo.gl

    Weekly Downloads

    2

    Version

    0.0.11

    License

    MIT

    Unpacked Size

    48.1 kB

    Total Files

    21

    Last publish

    Collaborators

    • guowei