glue-viz / glue-vispy-viewers

3-d data viewers for glue based on VisPy
http://glueviz.org/en/stable/whatsnew/experimental_3d.html#experimental-3d
BSD 2-Clause "Simplified" License
25 stars 21 forks source link

Improve performance with large cubes #273

Closed astrofrog closed 6 years ago

astrofrog commented 7 years ago

There are several optimizations we can make when dealing with large cubes:

I'm working on this.

astrofrog commented 6 years ago

The volume rendering now downsamples on the fly while interacting with it, and I've also sped up the code in various places.