Gallery¶
A small selection of screenshots from the VisPy examples directory. More
to come soon!

Fireworks
This example demonstrates simulation of fireworks using point sprites and has been adapted from the OpenGL ES 2.0 Programming Guide.
Sources
Spiral galaxy
This is a simulation of a galaxy using the density wave theory as explained by Ingo Berg. All simulation details can be found on his site.
Sources
Voronoi diagrams
This example shows dynamic Voronoi cells based on an old technique where the hardware is used to compute the diagram using 3D occluded cones.
Sources
Mandelbrot set
The mandatory Mandelbrot set computed in the GPU with single float precision even tough double precision through emulation is possible.
Sources
Reaction Diffusion
This example simulates a Reaction diffusion using Gray-Scott model largely inspired from this great site that gives all the details.
Sources