WebGL2 powered visualization framework
Last updated Jul 8, 2026
14.3k
Stars
2.2k
Forks
481
Issues
+2
Stars/day
Attention Score
95
Language breakdown
TypeScript 72.8%
JavaScript 14.3%
HTML 5.1%
Python 3.9%
CSS 2.2%
Jupyter Notebook 1.4%
โธ Files
click to expand
README
deck.gl | Website
GPU-powered, highly performant large-scale data visualization
deck.gl is designed to simplify high-performance, WebGL2/WebGPU based visualization of large data sets. Users can quickly get impressive visual results with minimal effort by composing existing layers, or leverage deck.gl's extensible architecture to address custom needs.
deck.gl maps data (usually an array of JSON objects) into a stack of visual layers - e.g. icons, polygons, texts; and look at them with views: e.g. map, first-person, orthographic.
deck.gl handles a number of challenges out of the box:
- Performant rendering and updating of large data sets
- Interactive event handling such as picking, highlighting and filtering
- Cartographic projections and integration with major basemap providers
- A catalog of proven, well-tested layers
Flavors
Script Tag
NPM Module
npm install deck.gl
Pure JS
React
Python
pip install pydeck
Third-Party Goodies
- deckgl-typings (Typescript)
- mapdeck (R)
- vega-deck.gl (Vega)
- earthengine-layers (Google Earth Engine)
- deck.gl-native (C++)
- deck.gl-raster (Computation on rasters)
Learning Resources
- API documentation for the latest release
- Website demos with links to source
- Interactive playground
- deck.gl Codepen demos
- deck.gl Observable demos
- vis.gl Medium blog
- deck.gl Slack workspace
Contributing
deck.gl is part of vis.gl, an OpenJS Foundation project. Read the contribution guidelines if you are interested in contributing.
Attributions
Data sources
Data sources are listed in each example.
The deck.gl project is supported by
๐ More in this category
