File: index.rst

package info (click to toggle)
python-vispy 0.15.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,868 kB
  • sloc: python: 59,799; javascript: 6,800; makefile: 69; sh: 6
file content (106 lines) | stat: -rw-r--r-- 3,535 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
.. title:: Home

.. raw:: html

   <div id="HomeCarousel" class="carousel slide" data-ride="carousel">
      <ol class="carousel-indicators">
        <li data-target="#HomeCarousel" data-slide-to="0" class="active"></li>
        <li data-target="#HomeCarousel" data-slide-to="1" class=""></li>
        <li data-target="#HomeCarousel" data-slide-to="2" class=""></li>
        <li data-target="#HomeCarousel" data-slide-to="3" class=""></li>
      </ol>

      <div class="carousel-inner">

        <div class="carousel-item active">
          <img src="_static/carousel/galaxy.png" alt="Galaxy" style="width:100%">
          <div class="container">
            <div class="carousel-caption">

              <h1>Spiral galaxy simulation</h1>
              <p> Simulation of a spiral galaxy using the density wave theory.</p>
              <p><a class="btn btn-primary" href="gallery/index.html" role="button">Check it out</a></p>
            </div>
          </div>
        </div>

        <div class="carousel-item">
          <img src="_static/carousel/high-frequency.png" alt="High-frequency signal" style="width:100%">
          <div class="container">
            <div class="carousel-caption">
              <h1>High frequency signals</h1>
              <p>GPU multisampled high-frequency signal</p>
              <p><a class="btn btn-primary" href="gallery/index.html" role="button">Browse gallery</a></p>
            </div>
          </div>
        </div>

        <div class="carousel-item">
          <img src="_static/carousel/mandelbrot.png" alt="Mandelbrot" style="width:100%">
          <div class="container">
            <div class="carousel-caption">
              <h1>Mandelbrot set</h1>
              <p>GPU computed fractals</p>
              <p><a class="btn btn-primary" href="gallery/index.html" role="button">Show me more</a></p>
            </div>
          </div>
        </div>

        <div class="carousel-item">
          <img src="_static/carousel/signals.png" alt="Signals" style="width:100%">
          <div class="container">
            <div class="carousel-caption">
              <h1>Realtime signals</h1>
              <p>320 signals with 10 000 points each</p>
              <p><a class="btn btn-primary" href="gallery/index.html" role="button">Wow!</a></p>
            </div>
          </div>
        </div>
      </div>

      <a class="carousel-control-prev" href="#HomeCarousel" role="button"
         data-slide="prev">
         <span class="carousel-control-prev-icon glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
         <span class="sr-only">Previous</span>
         </a>

      <a class="carousel-control-next" href="#HomeCarousel" role="button"
         data-slide="next">
         <span class="carousel-control-next-icon glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
         <span class="sr-only">Next</span>
         </a>

    </div>
    <br>

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

.. toctree::
  :caption: Getting VisPy
  :maxdepth: 1

  installation

.. toctree::
  :caption: Learning VisPy
  :maxdepth: 2

  getting_started/index

.. toctree::
  :caption: Additional Help
  :maxdepth: 2

  Documentation <overview>

.. toctree::
  :hidden:

  gallery/index
  API <api/modules>
  news
  Code of Conduct <https://github.com/vispy/vispy/blob/main/CODE_OF_CONDUCT.md>