Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.1%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: SWE-Gym-Raw
  • License: other
  • Language: Python
  • Default Branch: main
  • Size: 14.6 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation

README.rst

VisPy: interactive scientific visualization in Python
-----------------------------------------------------

Main website: http://vispy.org

|Build Status| |Coverage Status| |Zenodo Link| |Contributor Covenant|

----

VisPy is a **high-performance interactive 2D/3D data visualization
library**. VisPy leverages the computational power of modern **Graphics
Processing Units (GPUs)** through the **OpenGL** library to display very
large datasets. Applications of VisPy include:

-  High-quality interactive scientific plots with millions of points.
-  Direct visualization of real-time data.
-  Fast interactive visualization of 3D models (meshes, volume
   rendering).
-  OpenGL visualization demos.
-  Scientific GUIs with fast, scalable visualization widgets (`Qt `__ or
   `IPython notebook `__ with WebGL).

Releases
--------

See `CHANGELOG.md <./CHANGELOG.md>`_.

Announcements
-------------

See the `VisPy Website `_.

Using VisPy
-----------

VisPy is a young library under heavy development at this time. It
targets two categories of users:

1. **Users knowing OpenGL**, or willing to learn OpenGL, who want to
   create beautiful and fast interactive 2D/3D visualizations in Python
   as easily as possible.
2. **Scientists without any knowledge of OpenGL**, who are seeking a
   high-level, high-performance plotting toolkit.

If you're in the first category, you can already start using VisPy.
VisPy offers a Pythonic, NumPy-aware, user-friendly interface for OpenGL
ES 2.0 called **gloo**. You can focus on writing your GLSL code instead
of dealing with the complicated OpenGL API - VisPy takes care of that
automatically for you.

If you're in the second category, we're starting to build experimental
high-level plotting interfaces. Notably, VisPy now ships a very basic
and experimental OpenGL backend for matplotlib.


Installation
------------

Please follow the detailed
`installation instructions `_
on the VisPy website.

Structure of VisPy
------------------

Currently, the main subpackages are:

-  **app**: integrates an event system and offers a unified interface on
   top of many window backends (Qt4, wx, glfw, jupyter notebook,
   and others). Relatively stable API.
-  **gloo**: a Pythonic, object-oriented interface to OpenGL. Relatively
   stable API.
-  **scene**: this is the system underlying our upcoming high level
   visualization interfaces. Under heavy development and still
   experimental, it contains several modules.

   -  **Visuals** are graphical abstractions representing 2D shapes, 3D
      meshes, text, etc.
   -  **Transforms** implement 2D/3D transformations implemented on both
      CPU and GPU.
   -  **Shaders** implements a shader composition system for plumbing
      together snippets of GLSL code.
   -  The **scene graph** tracks all objects within a transformation
      graph.
-  **plot**: high-level plotting interfaces.

The API of all public interfaces are subject to change in the future,
although **app** and **gloo** are *relatively* stable at this point.

Code of Conduct
---------------

The VisPy community requires its members to abide by the
`Code of Conduct <./CODE_OF_CONDUCT.md>`_. In this CoC you will find the
expectations of members, the penalties for violating these expectations, and
how violations can be reported to the members of the community in charge of
enforcing this Code of Conduct.

Governance
----------

The VisPy project maintainers make decisions about the project based on a
simple consensus model. This is described in more detail on the
`governance page `_ of the vispy
website as well as the
`list of maintainers `_.

In addition to decisions about the VisPy project, there is also a steering
committee for the overall VisPy organization. More information about this
committee can also be found on the `steering committee page `_
of the vispy website,
along with the organization's `charter `_ and
other related documents (linked in the charter).

Genesis
-------

VisPy began when four developers with their own visualization libraries
decided to team up:
`Luke Campagnola `__ with `PyQtGraph `__,
`Almar Klein `__ with `Visvis `__,
`Cyrille Rossant `__ with `Galry `__,
`Nicolas Rougier `__ with `Glumpy `__.

Now VisPy looks to build on the expertise of these developers and the
broader open-source community to build a high-performance OpenGL library.

----

External links
--------------

-  `User mailing
   list `__
-  `Dev mailing
   list `__
-  `Chat room `__
-  `Developer chat room `__
-  `Wiki `__
-  `Gallery `__
-  `Documentation `__

.. |Build Status| image:: https://github.com/vispy/vispy/workflows/CI/badge.svg
   :target: https://github.com/vispy/vispy/actions
.. |Coverage Status| image:: https://img.shields.io/coveralls/vispy/vispy/main.svg
   :target: https://coveralls.io/r/vispy/vispy?branch=main
.. |Zenodo Link| image:: https://zenodo.org/badge/5822/vispy/vispy.svg
   :target: http://dx.doi.org/10.5281/zenodo.17869
.. |Contributor Covenant| image:: https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg
   :target: CODE_OF_CONDUCT.md

Owner

  • Name: SWE-Gym-Raw
  • Login: SWE-Gym-Raw
  • Kind: organization
  • Email: jingmai@pku.edu.cn

Citation (CITATION.rst)

How do I cite VisPy?
--------------------

VisPy's source code is published on Zenodo.org:

https://zenodo.org/record/4321173

DOI and citing information can be found on the right side of the Zenodo page.
Each VisPy release has its own DOI as well as the project as a whole. The
overall VisPy DOI URL is:

https://doi.org/10.5281/zenodo.592490

GitHub Events

Total
  • Push event: 1
  • Create event: 6
Last Year
  • Push event: 1
  • Create event: 6

Dependencies

ci/requirements/linux_full_deps_apt.txt pypi
  • libgl1-mesa-dev *
  • libgles2-mesa-dev *
  • libglfw3-dev *
  • libglu1-mesa-dev *
  • libsdl2-2.0-0 *
  • libxi-dev *
  • mesa-utils *
  • x11-utils *
ci/requirements/linux_full_deps_conda.txt pypi
  • cmake *
  • coveralls *
  • cython *
  • decorator *
  • freetype-py *
  • glfw *
  • hsluv *
  • imageio *
  • jupyter *
  • jupyter-rfb *
  • kiwisolver *
  • matplotlib-base *
  • meshio *
  • networkx *
  • numpy *
  • pillow *
  • pyopengl *
  • pyqt =5
  • pysdl2 *
  • pytest *
  • pytest-cov *
  • pytest-sugar *
  • scikit-image *
  • scipy *
  • sphinx-gallery *
ci/requirements/linux_full_deps_pip.txt pypi
  • pyopengltk *
ci/requirements/linux_full_newqtdeps_apt.txt pypi
  • libegl1-mesa *
  • libgl1-mesa-dev *
  • libgles2-mesa-dev *
  • libglfw3-dev *
  • libglu1-mesa-dev *
  • libsdl2-2.0-0 *
  • libxcb-icccm4-dev *
  • libxcb-image0-dev *
  • libxcb-keysyms1 *
  • libxcb-randr0 *
  • libxcb-render-util0 *
  • libxcb-xinerama0 *
  • libxcb1 *
  • libxcb1-dev *
  • libxi-dev *
  • libxkbcommon-dev *
  • libxkbcommon-x11-dev *
  • mesa-utils *
  • x11-utils *
ci/requirements/linux_full_newqtdeps_conda.txt pypi
  • cmake *
  • coveralls *
  • cython *
  • decorator *
  • freetype-py *
  • hsluv *
  • imageio *
  • kiwisolver *
  • matplotlib-base *
  • meshio *
  • networkx *
  • numpy *
  • pillow *
  • pyopengl *
  • pytest *
  • pytest-cov *
  • pytest-sugar *
  • scikit-image *
  • scipy *
  • sphinx-gallery *
ci/requirements/linux_full_newqtdeps_pip.txt pypi
  • pyopengltk *
  • pyqt6 <6.4.0
  • pyqt6-qt6 <6.4.0
ci/requirements/linux_min_deps_conda.txt pypi
  • coveralls *
  • cython *
  • hsluv *
  • kiwisolver *
  • meshio *
  • networkx *
  • numpy *
  • numpydoc *
  • pillow *
  • pytest *
  • pytest-cov *
  • pytest-sugar *
  • scipy *
ci/requirements/linux_osmesa_deps_conda.txt pypi
  • coveralls *
  • cython *
  • hsluv *
  • imageio *
  • libglu *
  • mesalib *
  • meshio *
  • networkx *
  • numpy *
  • pillow *
  • pytest *
  • pytest-cov *
  • pytest-sugar *
  • scipy *
ci/requirements/linux_website_deps_pip.txt pypi
  • cython *
  • myst-parser *
  • numpy *
  • numpydoc *
  • pillow *
  • pydata-sphinx-theme *
  • pyopengl *
  • pytest *
  • sphinx *
  • sphinx_bootstrap_theme *
  • sphinx_gallery *
  • sphinxcontrib-apidoc *
pyproject.toml pypi
rtd_requirements.txt pypi
  • cython *
  • numpydoc *
  • sphinx_bootstrap_theme *
setup.py pypi
  • freetype-py *
  • hsluv *
  • kiwisolver *
  • numpy *
  • packaging *