{"id":13837257,"url":"https://github.com/rossant/galry","last_synced_at":"2025-12-30T08:43:20.959Z","repository":{"id":5136153,"uuid":"6302474","full_name":"rossant/galry","owner":"rossant","description":"[deprecated] High-performance interactive visualization in Python","archived":true,"fork":false,"pushed_at":"2016-03-19T20:07:20.000Z","size":9023,"stargazers_count":186,"open_issues_count":3,"forks_count":21,"subscribers_count":34,"default_branch":"master","last_synced_at":"2025-06-17T12:56:52.025Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"evilsocket/bettercap","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rossant.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-10-19T22:12:26.000Z","updated_at":"2025-03-07T07:17:38.000Z","dependencies_parsed_at":"2022-07-05T16:00:59.054Z","dependency_job_id":null,"html_url":"https://github.com/rossant/galry","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rossant/galry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossant%2Fgalry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossant%2Fgalry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossant%2Fgalry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossant%2Fgalry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rossant","download_url":"https://codeload.github.com/rossant/galry/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossant%2Fgalry/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264608135,"owners_count":23636684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T15:01:04.708Z","updated_at":"2025-12-16T22:45:00.349Z","avatar_url":"https://github.com/rossant.png","language":"Python","readme":"Galry: high performance interactive visualization package in Python\n===================================================================\n\n\n**This experimental project is now superseded by [Vispy](https://github.com/vispy/vispy). Galry is no longer maintained.**\n\n\nGalry is a **high performance interactive visualization package in \nPython** based on OpenGL.\nIt allows to interactively visualize very large plots (tens of millions of\npoints) in real time, by using the graphics card as much as possible.\n\nGalry's high-level interface is directly inspired by Matplotlib and Matlab.\nThe low-level interface can be used to write complex interactive visualization\nGUIs with Qt that deal with large 2D/3D datasets.\n\nVisualization capabilities of Galry are not restricted to plotting, and \ninclude textures, 3D meshes, graphs, shapes, etc. Custom shaders can also be\nwritten for advanced uses.\n\n[Click here to go to the FAQ](https://github.com/rossant/galry/blob/master/docs/faq.md).\n\n\n\nGallery\n-------\n\n![Multiple plots](https://raw.github.com/rossant/galry/master/images/thumbnails/img0.jpg)\n![Multiple bar plots](https://raw.github.com/rossant/galry/master/images/thumbnails/img1.jpg)\n![Dynamic fractal](https://raw.github.com/rossant/galry/master/images/thumbnails/img5.jpg)\n\n[Click here to see all screenshots and videos](https://github.com/rossant/galry/blob/master/docs/gallery.md).\n\n\nInstallation\n------------\n\n### Installation procedure\n\n  * Type in a terminal:\n        \n        $ pip install galry\n\n  * In Python, type:\n      \n        from galry import *\n        from numpy.random import randn\n        plot(randn(3, 10000))\n        show()\n        \n  * You should see three overlayed random signals. You can navigate with the\n    mouse and the keyboard. Press `H` to see all available actions.\n\n[More details](https://github.com/rossant/galry/wiki/Installation).\n\n### Requirements\n\n  * Galry should work on any platform (Window/Linux/MacOS).\n  * Mandatory dependencies include:\n  \n      * Python 2.7\n      * Numpy\n      * PyQt4 or PySide with the OpenGL bindings\n      * PyOpenGL\n      * matplotlib\n\n  * Your graphics card drivers must be up-to-date and support **OpenGL 2.1**.\n\nGalry is licensed under the BSD license.\n\n### Development version (expert users)\n\n  * Clone the repository:\n  \n        git clone https://github.com/rossant/galry.git\n  \n  * Install Galry with `pip` so that external packages are automatically\n    updated (like `qtools` which contains some Qt-related utility functions):\n  \n        pip install -r requirements.txt\n\n\nQuick links\n-----------\n\n  * [What's new?](https://github.com/rossant/galry/blob/master/CHANGES.md)\n  * [Installation page](https://github.com/rossant/galry/wiki/Installation)\n  * [User Manual](https://github.com/rossant/galry/blob/master/docs/manual.md)\n  * [Tutorials](https://github.com/rossant/galry/tree/master/tutorials)\n  * [Examples](https://github.com/rossant/galry/tree/master/examples)\n  * [Gallery](https://github.com/rossant/galry/blob/master/docs/gallery.md)\n  * [Benchmarks wiki](https://github.com/rossant/galry/wiki/Benchmarks)\n  * [FAQ](https://github.com/rossant/galry/blob/master/docs/faq.md)\n  * [Source code](https://github.com/rossant/galry)\n  * [Galry Users Google Group](https://groups.google.com/forum/?fromgroups#!forum/galry-users)\n  * [Contact](http://cyrille.rossant.net)\n  \n  \n\n\n[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/rossant/galry/trend.png)](https://bitdeli.com/free \"Bitdeli Badge\")\n\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frossant%2Fgalry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frossant%2Fgalry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frossant%2Fgalry/lists"}