Search⌘ K
AI Features

Memory-aware Array: Glumpy

Explore how Glumpy leverages memory-aware NumPy arrays to optimize GPU data uploads. Understand managing 'dirty' memory for minimal data transfer in visualization workflows, enhancing performance and efficiency.

We'll cover the following...

Glumpy is an OpenGL-based interactive visualization library in Python whose goal is to make it easy to create fast, scalable, beautiful, interactive and dynamic visualizations.

Simulation of a spiral galaxy using the density wave theory.
Simulation of a spiral galaxy using the density wave theory.
Tiger display using collections and 2 GL calls
Tiger display using collections and 2 GL calls

Glumpy is based on tight and seamless integration with NumPy arrays. This means you can manipulate GPU data ...