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

https://github.com/yiwenl/Alfrid

A WebGL tool set.
https://github.com/yiwenl/Alfrid

Last synced: 7 months ago
JSON representation

A WebGL tool set.

Awesome Lists containing this project

README

          

Alfrid
[![npm version](https://badge.fury.io/js/alfrid.svg)](https://badge.fury.io/js/alfrid)
======

A WebGL tool set

### Default Vertex Attributes
- aVertexPosition
- aTextureCoord
- aNormal

### Default Matrix Uniforms
- uModelMatrix
- uViewMatrix
- uProjectionMatrix
- uNormalMatrix
- uModelViewMatrixInverse

### Installation

```
npm install;
```

### Development

```
npm run dev;
```

### Build

```
npm run build;
```

[npm-image]: https://img.shields.io/npm/v/alfrid.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/alfrid