Skip to main content

Vispy-based viewers for Glue

Project description

Glue's GitHub Actions CI Status Coverage Status

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 the Anaconda Python Distribution, you can install this plugin with:

conda install -c glueviz glue-vispy-viewers

To install the latest stable version of the plugin, you can do:

pip install glue-vispy-viewers

or you can install the latest developer version from the git repository using:

pip install git+https://github.com/glue-viz/glue-vispy-viewers.git

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 ‘3D viewer’.

Testing

To run the tests, do:

py.test glue_vispy_viewers

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

Using the isosurface viewer

The isosurface viewer is currently still unstable - to enable it, put the following in a file called config.py file in your current working directory:

from glue_vispy_viewers.isosurface import setup as setup_isosurface
setup_isosurface()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

glue-vispy-viewers-1.1.0.tar.gz (112.4 kB view hashes)

Uploaded source

Built Distribution

glue_vispy_viewers-1.1.0-py3-none-any.whl (125.7 kB view hashes)

Uploaded py3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page