.. _galaxy.py:     https://github.com/glumpy/glumpy/blob/master/examples/galaxy.py
.. _fireworks.py:  https://github.com/glumpy/glumpy/blob/master/examples/fireworks.py
.. _voronoi.py:    https://github.com/glumpy/glumpy/blob/master/examples/voronoi.py
.. _tiger.py:      https://github.com/glumpy/glumpy/blob/master/examples/tiger.py
.. _spherical-harmonics.py: https://github.com/glumpy/glumpy/blob/master/examples/spherical-harmonics.py
.. _mandelbrot.py: https://github.com/glumpy/glumpy/blob/master/examples/mandelbrot.py

.. ----------------------------------------------------------------------------
.. _section-examples-candy:

========================
Eye-candy demonstrations
========================

* galaxy.py_
    Simulation of a spiral galaxy adapted from `Ingo Berg
    <http://articles.beltoforion.de/article.php?a=spiral_galaxy_renderer&hl=en>`_ blog post.
  
* fireworks.py_
    Exploding fireworks adapted from the OpenGL ES 2.0 programming guide
  
* voronoi.py_
    Voronoi diagram made of cones viewed from above (see `Kennet Hoff's
    homepage <http://gamma.cs.unc.edu/VORONOI/>`_)
    
* tiger.py_
    The famous postscript tiger rendered using two collections.

* spherical-harmonics.py_
    Morphing spherical harmonics computed on the GPU.

* mandelbrot.py_
    The mandatory mandelbrot set computed on the GPU.
