Ticket #6447 (closed enhancement: fixed)
[with patch, positive review] Add a <canvas> renderer for 3D plotting
| Reported by: | wcauchois | Owned by: | was |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-4.1.2 |
| Component: | graphics | Keywords: | |
| Cc: | saliola, wdj | Author(s): | Bill Cauchois |
| Report Upstream: | Reviewer(s): | David Joyner, William Stein | |
| Merged in: | Sage 4.1.2.alpha0 | Work issues: |
Description
This feature would add another backend to 3D plotting, in addition to Jmol and Tachyon, that would render the plot using the new HTML5 <canvas> element, which supports drawing arbitrary shapes to a section of a web page.
The idea was initially suggested in this thread on sage-devel.
Although JavaScript? is significantly slower than Java, a canvas backend is feasible and might provide a nice, compatible, alternative.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

