Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/etiennecmb/visbrain
A multi-purpose GPU-accelerated open-source suite for brain data visualization
https://github.com/etiennecmb/visbrain
brain connectivity deep-sources gpu gui mni neuroscience opengl plot python sleep vispy visualization
Last synced: 3 days ago
JSON representation
A multi-purpose GPU-accelerated open-source suite for brain data visualization
- Host: GitHub
- URL: https://github.com/etiennecmb/visbrain
- Owner: EtienneCmb
- License: other
- Created: 2016-05-13T14:59:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T06:07:32.000Z (6 months ago)
- Last Synced: 2024-12-30T18:34:34.260Z (3 days ago)
- Topics: brain, connectivity, deep-sources, gpu, gui, mni, neuroscience, opengl, plot, python, sleep, vispy, visualization
- Language: Python
- Homepage: http://visbrain.org
- Size: 247 MB
- Stars: 244
- Watchers: 22
- Forks: 66
- Open Issues: 51
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
========
Visbrain
========.. image:: https://travis-ci.org/EtienneCmb/visbrain.svg?branch=master
:target: https://travis-ci.org/EtienneCmb/visbrain.. image:: https://ci.appveyor.com/api/projects/status/fdxhhmpagms1so8l/branch/master?svg=true
:target: https://ci.appveyor.com/project/EtienneCmb/visbrain/branch/master.. image:: https://circleci.com/gh/EtienneCmb/visbrain/tree/master.svg?style=svg
:target: https://circleci.com/gh/EtienneCmb/visbrain/tree/master.. image:: https://codecov.io/gh/EtienneCmb/visbrain/branch/master/graph/badge.svg
:target: https://codecov.io/gh/EtienneCmb/visbrain.. image:: https://badge.fury.io/py/visbrain.svg
:target: https://badge.fury.io/py/visbrain.. image:: https://pepy.tech/badge/visbrain
:target: https://pepy.tech/project/visbrain.. image:: https://badges.gitter.im/visbrain-python/chatroom.svg
:target: https://gitter.im/visbrain-python/chatroom?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge.. figure:: https://github.com/EtienneCmb/visbrain/blob/master/docs/_static/ico/visbrain.png
:align: center**Visbrain** is an open-source python 3 package dedicated to brain signals visualization. It is based on top of `VisPy `_ and PyQt and is distributed under the 3-Clause BSD license. We also provide an on line `documentation `_, `examples and datasets `_ and can also be downloaded from `PyPi `_.
Important links
---------------* Official source code repository : https://github.com/EtienneCmb/visbrain
* Online documentation : http://visbrain.org
* Visbrain `chat room `_Installation
------------Dependencies
++++++++++++Visbrain requires :
* NumPy >= 1.13
* SciPy
* VisPy >= 0.5.3
* Matplotlib >= 1.5.5
* PyQt5
* Pillow
* PyOpenGLUser installation
+++++++++++++++++Install Visbrain :
.. code-block:: console
pip install -U visbrain