File: index.rst

package info (click to toggle)
python-vispy 0.16.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,112 kB
  • sloc: python: 61,648; javascript: 6,800; ansic: 2,104; makefile: 141; sh: 6
file content (42 lines) | stat: -rw-r--r-- 1,213 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Gallery
=======

.. toctree::
  :hidden:

  gloo/index
  scene/index
  plotting/index

VisPy has many examples and we've split them into the main interfaces that
VisPy offers. There are more examples that haven't been organized into this
structure that you can find in the VisPy repository's
`example scripts <https://github.com/vispy/vispy/tree/main/examples>`_.

Gloo
----

Gloo is the lowest level interface offered by VisPy. It requires knowledge of
OpenGL concepts like buffers, textures, and shaders.

See the :doc:`Gloo Gallery <gloo/index>` for examples.

Scene
-----

The Scene or SceneCanvas API is a high-level interface that provides the most
"bang for your buck". You have control over low-level "visual" elements and
their properties while also having access to high-level features like cameras
and transform systems.

See the :doc:`Scene Gallery <scene/index>` for examples.

Plotting
--------

The plotting API in VisPy is still experimental, but you can still do quite a
bit with it. This interface is for people who want to get something plotted as
quickly as possible with basic features like axes, labels, and pan/zoom
controls.

See the :doc:`Plotting Gallery <plotting/index>` for examples.