An open API service indexing awesome lists of open source software.

https://github.com/guoweish/amo.gl

toolkit for native webgl
https://github.com/guoweish/amo.gl

data-visualization glsl webgl

Last synced: 4 months ago
JSON representation

toolkit for native webgl

Awesome Lists containing this project

README

          

# 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
``` javascript
const initShaders = require('amo.gl').initShaders;
const Matrix4 = require('amo.gl').Matrix4;

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