Galry

High-performance interactive visualization in Python

View the Project on GitHub rossant/galry

Galry is a high performance interactive visualization package in Python based on OpenGL. It allows to interactively visualize very large plots (tens of millions of points) in real time, by using the graphics card as much as possible.

Galry's high-level interface is directly inspired by Matplotlib and Matlab. The low-level interface can be used to write complex interactive visualization GUIs with Qt that deal with large 2D/3D datasets.

Visualization capabilities of Galry are not restricted to plotting, and include textures, 3D meshes, graphs, shapes, etc. Custom shaders can also be written for advanced uses.

Click here to go to the FAQ.

Note

The library will be entirely rewritten in the coming months in the context of the vispy collaborative project. The goal is to share common building blocks with other visualization libraries (visvis, pyqtgraph, glumpy...). The low-level API will change and we suggest not to use it in production for now.

Installation

Requirements

Galry is licensed under the BSD license.

Installation procedure

More details.

Development version (expert users)

User survey

We'd be very grateful if you could fill in this really short form if you're interested in Galry!

Gallery

Multiple plotsMultiple bar plotsDynamic fractal

Click here to see all screenshots and videos.

Quick links