BioViewer
BioViewer copied to clipboard
Protein (.pdb, .cif, .xyz) viewer for iPhone, iPad and Mac, using SwiftUI + Metal.
```atom_radii``` shouldn't be a ```FrameData``` property, it's not used by the shaders.
Allow to use the 'rotate' gesture to control camera in protein structure visualization.
File thumbnail extension crashes on iOS due to Apple's 6MB limit on file thumbnail extensions.
Add inertia to camera controls: when a UIPanGesture ends, the object should continue rotating for a bit, coming to a stop gradually. A proposed way to do it: - Make...