0.0.0 • Published 5 years ago

gl-models v0.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

GL Models

Collection of useful classes for webgl.

Install

With yarn:

yarn add gl-models

With npm:

npm install gl-models --save

Development

Clone the repository:

git clone git@github.com:juliendargelos/gl-models.git

Install dependencies:

yarn

Link git hooks:

yarn hooks:link

Generate documentation:

yarn docs

Serve documentation:

yarn docs:serve

Lint:

yarn lint

Test:

yarn test

Build:

yarn build