GithubHelp home page GithubHelp logo

zwd1993 / galry Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rossant/galry

0.0 1.0 0.0 8.81 MB

[deprecated] High-performance interactive visualization in Python

License: Other

Python 93.24% JavaScript 6.29% Batchfile 0.01% Jupyter Notebook 0.19% HTML 0.27%

galry's Introduction

Galry: high performance interactive visualization package in Python

This experimental project is now superseded by Vispy. Galry is no longer maintained.

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.

Gallery

Multiple plots Multiple bar plots Dynamic fractal

Click here to see all screenshots and videos.

Installation

Installation procedure

  • Type in a terminal:

    $ pip install galry
    
  • In Python, type:

    from galry import *
    from numpy.random import randn
    plot(randn(3, 10000))
    show()
    
  • You should see three overlayed random signals. You can navigate with the mouse and the keyboard. Press H to see all available actions.

More details.

Requirements

  • Galry should work on any platform (Window/Linux/MacOS).

  • Mandatory dependencies include:

    • Python 2.7
    • Numpy
    • PyQt4 or PySide with the OpenGL bindings
    • PyOpenGL
    • matplotlib
  • Your graphics card drivers must be up-to-date and support OpenGL 2.1.

Galry is licensed under the BSD license.

Development version (expert users)

  • Clone the repository:

    git clone https://github.com/rossant/galry.git
    
  • Install Galry with pip so that external packages are automatically updated (like qtools which contains some Qt-related utility functions):

    pip install -r requirements.txt
    

Quick links

Bitdeli Badge

galry's People

Contributors

rossant avatar mcfletch avatar bitdeli-chef avatar jamessclarkiv avatar yarikoptic avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.