Difference between revisions of "OSD600Project-C3DLRefactoring"
Ajcondinho (talk | contribs) |
Ajcondinho (talk | contribs) |
||
Line 19: | Line 19: | ||
== Project News == | == Project News == | ||
− | + | Things to research: | |
+ | * Current javascript dependency methods | ||
+ | * Identify what is core to C3DL | ||
+ | * Explore JQuery |
Latest revision as of 14:40, 1 October 2010
Contents
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