Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 419 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 419 Bytes

zgl.js

Simple webgl wrapper in typescript.

Samples

Samples are located in the demo/ folder; an AMD compatible compiled version of the iwc.js library is found in dist/

Building

Building this library uses grunt.

See http://gruntjs.com/getting-started to get started.

To build use:

npm install
grunt

Development

npm install
bower install
grunt dev

Then open http://localhost:3009