Difference between revisions of "OSD600Project-C3DLRefactoring"

From CDOT Wiki
Jump to: navigation, search
(Created page with '== Project Name == Sample Project -- This is a template only! == Project Description == Description should be no longer than a paragraph. Include links to any relevant on-lin…')
 
Line 1: Line 1:
== Project Name ==
+
=== C3DL Library Core Refactoring ===
  
Sample Project -- This is a template only!
 
  
 
== Project Description ==
 
== Project Description ==
  
Description should be no longer than a paragraphInclude links to any relevant on-line resourcesFor example, http://google.com or [http://developer.mozilla.org MDC].
+
c3dl is a js library that provides higher level functionality for web developers wishing to develop 3D web applicationsCurrently the library always includes all features c3dl provides, even though they won't be needed in all casesThis adds download size, code complexity, etc. This project will refactor c3dl so that we have a core component, and then all the features can be added to this core and become unbound.
  
 
== Project Leader(s) ==
 
== Project Leader(s) ==
  
Name(s) of primary people working on the project.  If you want to join a project as leader, discuss with other leaders first.  Include links to personal pages within wiki
+
Andrew Condinho
  
 
== Project Contributor(s) ==
 
== Project Contributor(s) ==
  
Name(s) of people casually working on the project, or who have contributed significant help.  Include links to personal pages within wiki
+
* Contacts: Cathy Leung, Andor Salga
 
 
NOTE: only Project Leader(s) should add names here.  You '''can’t''' add your own name to the Contributor list.
 
  
 
== Project Details ==
 
== Project Details ==
 +
* Technologies: JavaScript, WebGL, HTML5
  
Provides more depth than the Project Description.  This is the place for technical discussions, project specs, or other details.  If this gets very long, you might consider breaking this part into multiple pages and linking to them.
 
  
 
== Project News ==
 
== Project News ==
 
+
So far I've just chosen this project as the one I'm going to work on for OSD600, more news to come as it progresses.
This is where your regular updates will go.  In these you should discuss the status or your work, your interactions with other members of the community (e.g., Seneca and Mozilla), problems you have encountered, etc.
 
 
 
Put detailed technical information into the Project Details page (i.e., update it as you go), and save this section for news about participation in the project.
 

Revision as of 23:17, 29 September 2010

C3DL Library Core Refactoring

Project Description

c3dl is a js library that provides higher level functionality for web developers wishing to develop 3D web applications. Currently the library always includes all features c3dl provides, even though they won't be needed in all cases. This adds download size, code complexity, etc. This project will refactor c3dl so that we have a core component, and then all the features can be added to this core and become unbound.

Project Leader(s)

Andrew Condinho

Project Contributor(s)

  • Contacts: Cathy Leung, Andor Salga

Project Details

  • Technologies: JavaScript, WebGL, HTML5


Project News

So far I've just chosen this project as the one I'm going to work on for OSD600, more news to come as it progresses.