allen-cell-animated / agave

Other
34 stars 6 forks source link

rewrite web client #111

Open toloudis opened 1 year ago

toloudis commented 1 year ago

Use Case

The existing web client library is nothing more than a hacked together prototype demo that no longer works. We wish to support integration into web viewers such as website-3d-cell-viewer in which a full volume viewing gui has already been implemented.

Solution

Rewrite the web client as a npm library and a simple demo app. Step 2 will be to utilize the client library within volume-viewer.

Alternatives