Egel
A minimal framework around the WebGL API.
Default vertex attributes
- aVertexPosition
- aVertexIndex
- aVertexNormal
- aVertexColor
- aTextureCoord
Default matrix uniforms
- uProjectionMatrix
- uModelMatrix
- uModelViewMatrix
- uNormalMatrix
Installation
Make sure you have Node.js installed.
$ npm install
Usage
$ npm start
$ npm run lint
$ npm run dist
$ npm run deploy
Licence
My work is released under the MIT license.