# glumpy/glumpy

Python+Numpy+OpenGL: fast, scalable and beautiful scientific visualization

Repository: https://github.com/glumpy/glumpy
Canonical: https://ross.abutalabs.com/products/glumpy
Homepage: http://glumpy.github.io
Language: Python
License: BSD-3-Clause
License Family: permissive
Topics: python, numpy, opengl, engine, rendering, game, visualization, science
Last push: 2025-07-15T09:44:18+00:00

## Health v2 (maintenance only)
Score: 37/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 31, release rhythm 8, longevity 100
- inputs: {"age_days": 4385, "days_push": 414, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1276, forks 179 (observed 2026-08-28T04:04:13.091059+00:00)

## What it is
Glumpy is a Python library for fast, scalable scientific visualization built on a natural interface between NumPy and modern OpenGL. It provides GPU-accelerated rendering of large datasets with real-time performance for millions of points.

## Use cases
- render millions of data points in real time
- visualize numpy arrays on the GPU
- simulate and display a spiral galaxy
- render surface heightfields from numpy arrays
- draw high-frequency signals with GPU multisampling
- compute and display Mandelbrot fractals
- render SVG graphics with minimal GL calls

## When to choose
- you need hardware-accelerated scientific visualization in Python
- your datasets are too large for matplotlib to render interactively
- you want direct NumPy-to-OpenGL integration with custom shaders

## When to avoid
- you need simple static plots or charts
- you want a high-level plotting API without writing shaders
- you need a maintained library with frequent updates and broad community support

## Facets
- artifact type: library
- maturity: maintenance
- function: data-visualization, graphics, image-processing
- domain: data-visualization, graphics, data-science
- platform: python, cross-platform
- tags: opengl, numpy, gpu-rendering, scientific-visualization, shaders, glsl, scientific-computing, desktop

## Member repositories
- glumpy/glumpy (main) score 37

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:13.091059+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T05:02:56.203554+00:00, confidence not recorded.
  - readme: https://github.com/glumpy/glumpy (fetched 2026-08-28T04:04:13.091059+00:00, sha 311e4d41f7d4)
  - homepage: http://glumpy.github.io (fetched 2026-08-29T12:13:58.937521+00:00, sha 3c6f45b61182)
  - registry_pypi: https://pypi.org/pypi/glumpy/json (fetched 2026-08-29T12:13:58.946443+00:00, sha 290f2ac93e19)
- Data as of 2026-08-30T08:39:29.467469+00:00.
