glue-vispy-viewers 1.3.0


pip install glue-vispy-viewers

  Latest version

Released: Nov 20, 2025

Project Links

Meta
Author: Thomas Robitaille, Penny Qian, and Maxwell Tsai
Requires Python: >=3.8

Classifiers

Requirements

Note that this plugin requires Glue and PyOpenGL to be installed - see this page for instructions on installing Glue. PyOpenGL should get installed automatically when you install the plugin (see below).

While this plugin uses VisPy, for now we bundle our own version of VisPy since we rely on some recently added features, so you do not need to install VisPy separately.

Installing

If you use conda, you can install this plugin with:

conda install -c conda-forge glue-vispy-viewers

or using pip:

pip install glue-vispy-viewers

This will auto-register the plugin with Glue. Now simply start up Glue, open a data cube, drag it onto the main canvas, then select one of the 3D viewer choices.

Testing

To run the tests, do:

pytest glue_vispy_viewers

at the root of the repository. This requires the pytest module to be installed.

Extras:
Dependencies:
numpy
pyopengl
glue-core (>=1.17.0)
echo (>=0.6)
scipy
matplotlib
vispy (>=0.12.0)
importlib_metadata (>=3.6)
glfw
imageio