glue-viz / glue-ar

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Add export tool to Jupyter VisPy viewers #28

Closed Carifio24 closed 2 months ago

Carifio24 commented 2 months ago

The VisPy viewers can now be used in Jupyter, so we should make the AR export tool available there as well. This PR sets up the basic infrastructure for that. For now, this doesn't have a UI to select the export options - the generated file just uses the default options. That'll be added in a future PR, but this gives us somewhere to start.

From an infrastructure point of view, in order to support both Qt and Jupyter, this adds some installation options so that one can install packages for only one set of tools if desired.