Glumpy

Python+Numpy+OpenGL: fast, scalable and beautiful scientific visualization
Alternatives To Glumpy
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Scientific Visualization Book9,367
16 days ago17otherPython
An open access book on scientific visualization using python and matplotlib
Hedgehog Lab2,323
3 months ago33apache-2.0TypeScript
Run, compile and execute JavaScript for Scientific Computing and Data Visualization TOTALLY TOTALLY TOTALLY in your BROWSER! An open source scientific computing environment for JavaScript TOTALLY in your browser, matrix operations with GPU acceleration, TeX support, data visualization and symbolic computation.
Glumpy1,171
2 months ago92bsd-3-clausePython
Python+Numpy+OpenGL: fast, scalable and beautiful scientific visualization
Mayavi1,123212 days ago4March 15, 2022422otherPython
3D visualization of scientific data in Python
Ggsci572
6 days ago5gpl-3.0R
🦄 Scientific journal and sci-fi themed color palettes for ggplot2
Python Opengl538
a year ago21otherHTML
An open access book on Python, OpenGL and Scientific Visualization, Nicolas P. Rougier, 2018
Cellxgene4572a month ago40February 28, 2022118mitJavaScript
An interactive explorer for single-cell transcriptomics data
Geojs40433106 days ago109October 10, 202245apache-2.0JavaScript
High-performance visualization and interactive data exploration of scientific and geospatial location aware datasets
Scico348338 days ago4December 08, 20211otherR
Palettes for R based on the Scientific Colour-Maps
Visit306
2 days ago1,765bsd-3-clauseC
VisIt - Visualization and Data Analysis for Mesh-based Scientific Data
Alternatives To Glumpy
Select To Compare


Alternative Project Comparisons
Readme
https://raw.githubusercontent.com/rougier/glumpy/master/doc/_static/glumpy-teaser.png

Glumpy is a python library for scientific visualization that is both fast, scalable and beautiful. Glumpy offers a natural interface between numpy and modern OpenGL.

Source repository glumpy/glumpy
Issue tracker https://github.com/glumpy/glumpy/issues
Website http://glumpy.github.io
Gallery http://glumpy.github.io/gallery.html
Documentation http://glumpy.readthedocs.org/en/latest/
Chatroom https://gitter.im/glumpy/chatroom
Mailing list https://groups.google.com/forum/#!forum/glumpy-users

Installation

git clone https://github.com/glumpy/glumpy.git
cd glumpy
python setup.py install
cd examples
./app-simple.py

Dependencies

Python

System

Embedded

glumpy makes use of a number of great external tools that are directly embedded within the repository. Here is a list:

  • moviepy by Zulko
  • pypng by David Jones
  • inputhook management from IPython
  • six utilities for writing code that runs on Python 2 and 3 by Benjamin Peterson

Example usage

from glumpy import app

window = app.Window(512,512)

@window.event
def on_draw(dt):
    window.clear()

app.run()

More...

https://raw.githubusercontent.com/rougier/glumpy/master/doc/_static/poster.png
Popular Visualization Projects
Popular Scientific Projects
Popular User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Game
Visualization
Opengl
Rendering
Numpy
Scientific
Scientific Visualization