voidrayco / webgl

Library for managing the webgl pipeline
Apache License 2.0
1 stars 0 forks source link

This is a WebGL foundation library that VoidRay uses in our visualizations.

Running

Greenkeeper badge

This project is using the node version from package.json. At the time of writing this, that version is 7.10.1

Install dependencies

npm install
# or
yarn install

Then for development run

npm run dev

To do a quick build and lint check run

npm run build

Contributing

Developing

Save multiple times for the linter to automatically correct many linting issues!

Our primary development environment is Visual Studio Code.

It is recommended to have the following plugins:

You can browse the plugins list for any other helpful features you would like, so long as the feature does not create conflicts with VoidRay's style guide.