The low-level GL module#
Vispy has a low-level gl module which wraps GL calls almost to a 1-to-1 ratio. While this is intended mostly for internal use, it is possible to use this to construct programs.
Drawing a rotated 3D cube
Example demonstrating simulation of fireworks using point sprites
Example demonstrating simulation of fireworks using point sprites
Drawing a simple quad
Displaying quads using Instanced rendering
Displaying quads using Instanced rendering