Canvas:3D: Difference between revisions
Jump to navigation
Jump to search
Pm kirkham (talk | contribs) m (→Contents) |
(added link) |
||
Line 9: | Line 9: | ||
* [[Canvas:3D/DevDayBoston0307|Notes from 3D session at Boston Devloper Day, March 2007]] | * [[Canvas:3D/DevDayBoston0307|Notes from 3D session at Boston Devloper Day, March 2007]] | ||
* [[Canvas:3D/Historical|Historical notes (original Canvas 3D documentation)]] | * [[Canvas:3D/Historical|Historical notes (original Canvas 3D documentation)]] | ||
* [http://littlesvr.ca/canvas3d/blog/ JavaScript library implementation work] | |||
== Related Links == | == Related Links == |
Revision as of 03:22, 21 February 2008
The Canvas 3D project aims to add support for low-level hardware accelerated (where possible) 3D rendering via the HTML canvas element. Some of the original ideas and thoughts surrounding the 3D canvas are available on historical notes page, and more recent thoughts and plans are at various other documents below.
The Canvas 3D context(s) will be delivered in the form of a Firefox addon, with the possibility of shipping by default with Firefox 3. Please see the Roadmap for schedule and release plans. Discussion around both the development of the canvas 3D addon as well as for applications taking advantage of the 3D capabilities can take place at the 3D Discussion Forum at Mozilla Labs.
Contents
- Canvas 3D Discussion Forum at Mozilla Labs
- Roadmap
- Notes from 3D session at Boston Devloper Day, March 2007
- Historical notes (original Canvas 3D documentation)
- JavaScript library implementation work