[![Build Status](https://travis-ci.org/plepers/nanogl.svg?branch=master)](https://travis-ci.org/plepers/nanogl)


# nanogl
webgl micro framework (3Ko)

#### Quick guides

  - [Texture](docs/texture.md)
  - [Program](docs/program.md)
  - [FBO](docs/fbo.md)
  - [ArrayBuffer](docs/arraybuffer.md)
  - [IndexBuffer](docs/indexbuffer.md)


#### API
http://plepers.github.io/nanogl/

#### Build and test

Tests are run with karma.

```
$ npm install
$ npm test
```
