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.
- Host: GitHub
- URL: https://github.com/yiwenl/Alfrid
- Owner: yiwenl
- License: mit
- Created: 2014-12-04T15:09:00.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T22:49:29.000Z (almost 3 years ago)
- Last Synced: 2025-04-06T09:06:01.977Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 352 MB
- Stars: 234
- Watchers: 9
- Forks: 21
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-creative-coding - Alfrid - A WebGL tool set. (Tools / Web Programming • Libraries)
- creative-coding-resources - Alfrid - A WebGL tool set. (Libraries)
- awesome-creative-coding - Alfrid - A WebGL tool set. (Tools / Web Programming • Libraries)
- awesome-creative-coding - Alfrid - A WebGL tool set. (Tools / Web Programming • Libraries)
README
Alfrid
[](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