Changes between Initial Version and Version 1 of Ticket #16004
- Timestamp:
- 03/24/14 01:08:49 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16004
-
Property
Component
changed from
PLEASE CHANGE
tonotebook
-
Property
Component
changed from
-
Ticket #16004 – Description
initial v1 3 3 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. 4 4 5 This first implementation removes the user tools that appearto 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.5 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. 6 6 7 7 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.