GumusLab / clustergrammer

WebGL Clustergrammer JavaScript Library
https://ismms-himc.github.io/clustergrammer-gl/
MIT License
2 stars 9 forks source link

Investigate DeckGL #28

Open moromis opened 2 years ago

moromis commented 2 years ago

https://deck.gl/docs/api-reference/aggregation-layers/grid-layer https://deck.gl/docs/api-reference/core/orthographic-view DeckGL might be an easy platform that could help fix some issues. Investigate if we'd have to rewrite or if we could just use it for the cells of the heatmap or something? Also look into performance, Nick said that it wasn't necessarily performant out of the box.

moromis commented 2 years ago

https://deck.gl/docs/api-reference/core/orthographic-controller With an orthographic controller, you can limit zoom to one axis or the other, which would be necessary for the labels/dendrograms/categories

moromis commented 2 years ago

https://deck.gl/docs/api-reference/core/linear-interpolator For reordering/reclustering animations