Skip to content

boyusun/ccpwgl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 95.3%
  • HTML 4.7%