Vispy-based viewers for Glue
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for glue_vispy_viewers-1.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf5b6aace685bd1c554f25037aab9a67e6bd2100dcd343bc4eb5f23bf0a2781e |
|
MD5 | c4211d7062a70244e2eb2c3ff0100060 |
|
BLAKE2b-256 | 87b4302f7e576ff3a0f1da0257b9ac9a429fde64b095de01ac1e38b4039cf83a |