You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the hearth of the lib, there are wrapper components whose responsibility is to:
initialize molstar
handle the <canvas>
and make the molstar instance available to subcomponents (through setContext() and getContext()).
In order to do some custom things, like implementing custom Themes/coloring (example: AlphaFold plddt confidence), the molstar instance should register custom "presets" (molstar concept is still unclear right now), at the right time, before an attempted usage.
The text was updated successfully, but these errors were encountered:
At the hearth of the lib, there are wrapper components whose responsibility is to:
<canvas>
setContext()
andgetContext()
).In order to do some custom things, like implementing custom Themes/coloring (example: AlphaFold plddt confidence), the molstar instance should register custom "presets" (molstar concept is still unclear right now), at the right time, before an attempted usage.
The text was updated successfully, but these errors were encountered: