OSD600Project-C3DLRefactoring

From CDOT Wiki
Revision as of 14:40, 1 October 2010 by Ajcondinho (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

Things to research:

  • Current javascript dependency methods
  • Identify what is core to C3DL
  • Explore JQuery