allen-cell-animated / website-3d-cell-viewer

Other
5 stars 5 forks source link

Use workerized loading #180

Closed frasercl closed 7 months ago

frasercl commented 7 months ago

The latest version of volume-viewer introduces the VolumeLoaderContext, which can offload volume loaders to a WebWorker where they won't block rendering and updates. This PR updates volume-viewer and replaces the current single-threaded loader creation with creation mediated by VolumeLoaderContext.