Skip to content

reactormonk/ccpwgl

 
 

Repository files navigation

CCP WebGL Library

Building

Building ccpwgl requires Node.js and Grunt installed. After installing, run npm install once, which downloads the dependencies.

If you are on Windows you will also need to install the Grunt CLI globally with npm install -g grunt-cli.

When all is set up, grunt [task] starts the build script.

The default task runs the tasks "format" and "compile". "lint" is currently not in the chain for still reporting too many errors.

Available tasks:

  • format: running jsbeautifier (based on .jsbeautifyrc)
  • lint: running jshint (based on .jshintrc)
  • compile: running uglifyjs, producing ccpwgl_int.js

About

CCP WebGL Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.7%
  • HTML 5.1%
  • Red 1.2%