#16004: Update notebook to utilize pure javascript JSmol for default live 3-D
-------------------------------+----------------------------
       Reporter:  gutow        |        Owner:  gutow
           Type:  enhancement  |       Status:  needs_review
       Priority:  major        |    Milestone:  sage-6.2
      Component:  notebook     |   Resolution:
       Keywords:  Jmol 3D 3-D  |    Merged in:
        Authors:  gutow        |    Reviewers:
Report Upstream:  N/A          |  Work issues:
         Branch:               |       Commit:
   Dependencies:  16003        |     Stopgaps:
-------------------------------+----------------------------
Changes (by gutow):

 * status:  new => needs_review


Old description:

> The notebook needs updates to utilize a pure javascript version of Jmol
> by default for live 3-D.
>
> Jmol is cross compiled to java and javascript.  Because so many
> browser/OS combinations now actively try to avoid using java applets, it
> is necessary to have a pure javascript alternative.  This solution
> provides all the functionality of Jmol, but as expected since javascript
> is interpreted rather than bytecode ("~3/4" of the way to compiled) the
> performance when interacting with the plot is slower.
>
> This first implementation removes the user tools that have appeared to
> the right of the 3-D plot as they need to be rewritten as well.  In this
> first implementation it is not possible to choose to use the java applet
> instead.
>
> One added feature is a "load 3-D live" check box that can be used to make
> a worksheet load 3-D plots live when the worksheet is opened.  For
> worksheets with a single interact or only 1-2 plots this should be OK.
>
> *This requires installation of an updated Jmol.spkg.  See ticket
> [http://trac.sagemath.org/ticket/16003 16003].
>
> Sorry for the github commit, but I could not get a notebook branch
> working in Sage.
> https://github.com/gutow/sagenb/commit/7ce561653aa3ffbb28eb36f487be381227018958

New description:

 The notebook needs updates to utilize a pure javascript version of Jmol by
 default for live 3-D.  This includes changes to make the notebook
 compatible with the newer jquery-1.9 (some things used in the notebook
 have been deprecated).

 Jmol is cross compiled to java and javascript.  Because so many browser/OS
 combinations now actively try to avoid using java applets, it is necessary
 to have a pure javascript alternative.  This solution provides all the
 functionality of Jmol, but as expected since javascript is interpreted
 rather than bytecode ("~3/4" of the way to compiled) the performance when
 interacting with the plot is slower.

 This first implementation removes the user tools that have appeared to the
 right of the 3-D plot as they need to be rewritten as well.  In this first
 implementation it is not possible to choose to use the java applet
 instead.

 One added feature is a "load 3-D live" check box that can be used to make
 a worksheet load 3-D plots live when the worksheet is opened.  For
 worksheets with a single interact or only 1-2 plots this should be OK.

 *This requires installation of an updated Jmol.spkg.  See ticket
 [http://trac.sagemath.org/ticket/16003 16003].

 Sorry for the github commit, but I could not get a notebook branch working
 in Sage.
 https://github.com/gutow/sagenb/commit/7ce561653aa3ffbb28eb36f487be381227018958

--

--
Ticket URL: <http://trac.sagemath.org/ticket/16004#comment:5>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to