Alexander Rose
Alexander Rose
A straightforward option is the algorithm published by Zhang and Skolnick in their TM-align paper. TM-align: a protein structure alignment algorithm based on the Tm-score (2005) NAR, 33(7) 2302-2309. An...
Add dynamic (will adjust on zooming) scale bar like on online map tools to the Canvas3D.
https://github.com/101arrowz/fflate https://developer.mozilla.org/en-US/docs/Web/API/Compression_Streams_API We use code from UZIP at the moment. Using the above should speed things up and reduce bundle size a bit.
We probably should use markdown everywhere where we currently use `dangerouslySetInnerHTML`. For v4? _Originally posted by @arose in https://github.com/molstar/molstar/pull/1032#discussion_r1469122630_
Follow up to #680. @dsehnal could you check how to handle the remaining lint errors?
Creating two closures inside a loop isn't exactly cheap. Tho I guess it shouldn't be a problem in this particular case. If you feel like it in the future, there...
Should the render targets be created lazily only if this is actually used? _Originally posted by @dsehnal in https://github.com/molstar/molstar/pull/932#discussion_r1341989767_
Fix for #831