Data Visualization

Glumpy – Interface between NumPy and OpenGL – Python Library

Glumpy is an open source Python library for scientific 2D/3D visualization that is both fast, scalable and beautiful. Glumpy offers a natural interface between NumPy and OpenGL.

This library generates high fidelity graphics with fireworks, galaxies, Voronoi diagrams, high frequency signals, surface elevation, Mandelbrot sets, Klein bottles, quiver plots, reaction diffusions, colormaps, smoke simulations and many more effects.

Glumpy uses external tools that are directly embedded within its repository.

Key Features

  • 3 main packages:
    • Application layer – opens a window and handles user events such as mouse and keyboard input.
    • OpenGL layer – handles shader programs and syncs CPU/GPU data through the NumPy interface.
    • Graphics layer – provides higher-level common objects such as text, collections, and widgets.
  • Based on a tight and seamless integration with NumPy arrays.
  • glumpy.gloo module provides an intuitive interface to modern OpenGL through buffers, textures, and programs.
  • Hardware accelerated.
  • Perform general General-Purpose Computation on Graphics Hardware (GPGPU) without using Cuda or OpenGL.
  • More low-level than VisPy. The glumpy roadmap is to have a stable mid-level interface for OpenGL while VisPy targets high-level.
  • Good range of examples are available which illustrate Glumpy’s capabilities.
  • Antigrain rendering – high fidelity graphics.

Requirements:

  • NumPy – the fundamental package for scientific computing with Python.
  • PyOpenGL – cross platform Python binding to OpenGL and related APIs.
  • cython – optimising static compiler for both the Python programming language and the extended Cython programming language.
  • triangle: a Python wrapper around Jonathan Richard Shewchuk’s two-dimensional quality mesh generator and delaunay triangulator library.
  • A backend toolkit such as GLFW (the default), Qt, Pyglet, SDL2.0, GTK3, Wx3, and others.

VisPy is the sister project of glumpy. It’s a high-performance interactive 2D/3D data visualization library. VisPy leverages the computational power of modern Graphics Processing Units (GPUs) through the OpenGL library to display very large datasets.

Website: glumpy.github.io
Support: Documentation, GitHub Code Repository, Gitter, Mailing List
Developer: Nicolas P. Rougier
License: BSD License

glumpy

Glumpy is written in Python. Learn Python with our recommended free books and free tutorials.


Related Software

Python Visualization Packages
matplotlibPython 2D plotting library which produces publication quality figures
DiagramsDraw the cloud system architecture in Python code
BokehElegant, concise construction of versatile graphics
DashPython framework for building analytical web applications
seabornPython visualization library based on matplotlib
PlotlyInteractive, browser-based graphing library for Python
VisPyVisualize massive datasets in real time
Vega-AltairDeclarative Visualization in Python
plotnineGrammar of graphics for Python
PyQtGraphPython graphics and GUI library built on PyQt4 / PySide and numpy
bqplotInteractive Plotting Framework for the Jupyter Notebook
VaexFast visualization of big data
PyVista3D plotting and mesh analysis
foliumVisualize data in a Leaflet map
HoloViewsMake Data Analysis and Visualization Seamless
DatashaderGenerates aggregate arrays and representations of them as images
ytMulti-code Toolkit for Analyzing and Visualizing Volumetric Data
GlumpyIntuitive interface between NumPy and modern OpenGL
GeoViewsExplore and visualize geographical, meteorological, and oceanographic datasets
PygalDynamic SVG charting library
GlueMulti-dimensional linked-data exploration

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted