VisPy is a high-performance interactive 2D/3D data visualization library leveraging the computational power of modern Graphics Processing Units (GPUs) through the OpenGL library to display very large datasets.
VisPy is under heavy development at this time, and we are still working on a complete user guide for Vispy. VisPy targets two primary categories of users:
vispy.gloo
(requires knowing OpenGL/GLSL)vispy.plot
and vispy.scene
interfaces for high-level work
(WARNING: experimental / developing code).Please check out the Gallery for inspiration.