webgl micro framework
npm install nanogl
#### Quick guides
- Texture
- Program
- FBO
- ArrayBuffer
- IndexBuffer
#### API
http://plepers.github.io/nanogl/
#### Build and test
Tests are run with karma.
````
$ npm install
$ npm test