Changes between Version 4 and Version 5 of Ticket #16004
- Timestamp:
- 03/24/14 01:54:04 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16004
-
Property
Status
changed from
new
toneeds_review
-
Property
Status
changed from
-
Ticket #16004 – Description
v4 v5 1 The notebook needs updates to utilize a pure javascript version of Jmol by default for live 3-D. 1 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). 2 2 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.