========
Examples
========

Glumpy comes with a lot of examples that aim at illustrating the main
features. You'll find below a list organized around several sections.

**Content**

  * :any:`section-examples-app`         — Window, context, events, backends, etc
  * :any:`section-examples-gloo`        — Shader, buffer, texture, program, etc.
  * :any:`section-examples-text`        — Font & text related
  * :any:`section-examples-transform`   — Linear/power/log scales, panzoom, trackball, etc.
  * :any:`section-examples-collection`  — Point, segment, path, triangle, custom, etc
  * :any:`section-examples-computation` — Framebuffer, GPGPU, etc.
  * :any:`section-examples-filter`      — Post-processing, render to texture, etc.
  * :any:`section-examples-misc`        — Miscellaneous rendering technique
  * :any:`section-examples-candy`       — Fast, scalable & beautiful

.. toctree::
   :maxdepth: 2
   :hidden:
      
   examples-app
   examples-gloo
   examples-text
   examples-transform
   examples-collection
   examples-computation
   examples-filter
   examples-snippet
   examples-misc
   examples-candy

Some examples are also visible on the `glumpy gallery <http://glumpy.github.io/gallery.html>`_
