Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
c3dl/README
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
32 lines (20 sloc)
1.21 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Branches: | |
Master Branch - As of Oct.20, 2010 the cathyatseneca/master branch will be the official release branch for c3dl. Each commit to the master branch will represent a release version of the library | |
Review Branch - As of Oct. 20, 2010 the cathyatseneca/review branch will be the development branch of the library. Commits to this branch have gone through a review but are not part of the library's release | |
Bug tracker: | |
c3dl usese lighthouse for bug tracking: | |
http://c3dl.lighthouseapp.com/projects/42081-c3dl/overview | |
Patch Review and Submission Process: | |
* Each patch submitted must have a corresponding ticket number | |
* Pull the most recent commit off the review branch and merge your code into it. | |
* Test | |
* Request a peer review | |
* Request a super review | |
* Request merge into Review Branch | |
File Organization: | |
/c3dl: This folder contains the library itself. | |
/c3dl-dev: This folder contains demos and tests for the library. | |
If you download the entire repo and keep the directory structure as is, you | |
will be able to run any of these by opening the html files in these directories | |
/tutorials: The folder contains the implementation of code from our tutorials | |
/release: folder containing the zip files of our official releases |