jgreener64 / Bio3DView.jl

A Julia package to view macromolecular structures in the REPL, in a Jupyter notebook/JupyterLab or in Pluto
Other
33 stars 7 forks source link

Add Line and Cylinder objects #11

Closed sethaxen closed 3 years ago

sethaxen commented 3 years ago

This PR adds Line and Cylinder objects corresponding to the LineSpec and CylinderSpec objects in 3dmol.js. These are especially useful for visualizing distances or distance restraints.

jgreener64 commented 3 years ago

Thanks, this looks great. I'll merge now and look to update the docs and tag a release over the weekend.