Home > C3DL-Build-System

C3DL-Build-System

C3DL-Build-System is a project mainly written in JavaScript, it's free.

A build system for the C3DL Javascript library


/ / / / / / / / / / / / / / / ( C | 3 | D | L ) ( B | u | i | l | d ) ( S | y | s | t | e | m ) _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/

Script command: c3dlbuildbot [full/minified] [debug/nodebug]

  • The first flag signifies whether you want the full, readable version of the library or the minified, shrunk version of the code.
  • The second flag indicates whether the downloaded library will include debugging utilities.
  • If the first flag is missing or not "full" / "minified" the script will terminate and echo out an error message
  • If the second flag is ommited it will simply default to the selected version either full or minified including debugging utilities

How to run this release

  • Download all files off the github repository using the download link
  • Either extract to a linux distro or upload to a linux server
  • Set proper permissions (chmod 755) for the c3dlbuildbot file
  • Run the webUI.html file through a browser
  • Once the library has been downloaded import it into whatever c3dl web page you would like to use it on

You must be using a webgl enabled browser Turn off shader validation in about:config -- search for webgl and set the validation to false

Previous:first_app