Open main menu

CDOT Wiki β

Changes

Potential Projects

415 bytes added, 17:27, 7 September 2007
added canvas3d porting project
Create a source code server to work with Mozilla's current symbol server. This will allow users to do full debugs of nightly release builds with access to remote symbols and full source code.
 
== Port canvas3d to non-Windows platforms ==
 
The canvas3d extension is a binary C++ component that adds a 3D OpenGL drawing context to the HTML canvas element. Currently canvas3d works only on Windows. Port the code to Linux and/or Mac OS X. Porting involves implementing a pbuffer class for each new platform. Some familiarity with OpenGL, or a willingness to learn it, is required.
 
Resources: Cathy, Vlad.
== Add OpenID support to Bugzilla ==