15
0
Fork 0

Embeds http://nglviewer.org to render 3d visualizations of molecules.

Initial copy of NGLViewer custom view

and one .cif molecule file
main
Zach Nation 2 months ago
parent b364b620d9
commit 8be77f8ddc
172 changed files (0 B → 4.0 MiB)
  1. 69
      .xethub/custom_views/nglviewer/css/dark.css
  2. 4
      .xethub/custom_views/nglviewer/css/font-awesome.min.css
  3. 69
      .xethub/custom_views/nglviewer/css/light.css
  4. 454
      .xethub/custom_views/nglviewer/css/main.css
  5. 3
      .xethub/custom_views/nglviewer/fonts/FontAwesome.otf
  6. 3
      .xethub/custom_views/nglviewer/fonts/fontawesome-webfont.eot
  7. 504
      .xethub/custom_views/nglviewer/fonts/fontawesome-webfont.svg
  8. 3
      .xethub/custom_views/nglviewer/fonts/fontawesome-webfont.ttf
  9. 3
      .xethub/custom_views/nglviewer/fonts/fontawesome-webfont.woff
  10. 64
      .xethub/custom_views/nglviewer/index.html
  11. 2396
      .xethub/custom_views/nglviewer/js/gui.js
  12. 14
      .xethub/custom_views/nglviewer/js/lib/colorpicker.min.js
  13. 14
      .xethub/custom_views/nglviewer/js/lib/signals.min.js
  14. 3
      .xethub/custom_views/nglviewer/js/lib/tether.min.js
  15. 3
      .xethub/custom_views/nglviewer/js/ngl.dev.js
  16. 1136
      .xethub/custom_views/nglviewer/js/ui/ui.extra.js
  17. 1037
      .xethub/custom_views/nglviewer/js/ui/ui.js
  18. 368
      .xethub/custom_views/nglviewer/js/ui/ui.ngl.js
  19. 30
      .xethub/custom_views/nglviewer/scripts/color/atom-data.js
  20. 5
      .xethub/custom_views/nglviewer/scripts/color/atomindex.js
  21. 5
      .xethub/custom_views/nglviewer/scripts/color/bfactor.js
  22. 19
      .xethub/custom_views/nglviewer/scripts/color/bond-data.js
  23. 5
      .xethub/custom_views/nglviewer/scripts/color/chainid.js
  24. 17
      .xethub/custom_views/nglviewer/scripts/color/custom.js
  25. 9
      .xethub/custom_views/nglviewer/scripts/color/electrostatic.js
  26. 5
      .xethub/custom_views/nglviewer/scripts/color/element.js
  27. 5
      .xethub/custom_views/nglviewer/scripts/color/modelindex.js
  28. 5
      .xethub/custom_views/nglviewer/scripts/color/partialcharge.js
  29. 7
      .xethub/custom_views/nglviewer/scripts/color/resname.js
  30. 25
      .xethub/custom_views/nglviewer/scripts/color/selection.js
  31. 5
      .xethub/custom_views/nglviewer/scripts/color/sstruc.js
  32. 25
      .xethub/custom_views/nglviewer/scripts/color/volume-esp.js
  33. 27
      .xethub/custom_views/nglviewer/scripts/color/volume.js
  34. 12
      .xethub/custom_views/nglviewer/scripts/component/getByName.js
  35. 15
      .xethub/custom_views/nglviewer/scripts/component/matrix.js
  36. 19
      .xethub/custom_views/nglviewer/scripts/component/shape-buffer.js
  37. 32
      .xethub/custom_views/nglviewer/scripts/component/shape-cat.js
  38. 8
      .xethub/custom_views/nglviewer/scripts/component/shape-wireframe.js
  39. 23
      .xethub/custom_views/nglviewer/scripts/component/shape.js
  40. 8
      .xethub/custom_views/nglviewer/scripts/component/structure-autoChainName.js
  41. 12
      .xethub/custom_views/nglviewer/scripts/component/structure-biomol.js
  42. 11
      .xethub/custom_views/nglviewer/scripts/component/structure-biomolSimple.js
  43. 5
      .xethub/custom_views/nglviewer/scripts/component/structure-bondOrders.js
  44. 7
      .xethub/custom_views/nglviewer/scripts/component/structure-coarseGrained.js
  45. 7
      .xethub/custom_views/nglviewer/scripts/component/structure-cyclic.js
  46. 14
      .xethub/custom_views/nglviewer/scripts/component/structure-dna.js
  47. 15
      .xethub/custom_views/nglviewer/scripts/component/structure-multiModel.js
  48. 25
      .xethub/custom_views/nglviewer/scripts/component/structure-superpose.js
  49. 21
      .xethub/custom_views/nglviewer/scripts/component/transform.js
  50. 31
      .xethub/custom_views/nglviewer/scripts/interactive/annotation.js
  51. Some files were not shown because too many files have changed in this diff Show More
Loading…
Cancel
Save