Skip to content

visgl/deck.gl

Folders and files

NameName
Last commit message
Last commit date
Feb 11, 2025
May 9, 2025
Sep 29, 2023
May 21, 2025
May 15, 2025
May 21, 2025
Jan 4, 2025
Dec 21, 2024
May 21, 2025
May 20, 2025
Apr 7, 2024
Feb 11, 2025
Mar 29, 2019
Feb 13, 2024
Apr 20, 2018
Mar 11, 2024
Jan 4, 2025
Feb 13, 2024
Nov 12, 2021
Feb 3, 2025
Jun 14, 2022
Jan 21, 2025
Dec 4, 2017
Jul 31, 2023
Jul 2, 2024
Dec 4, 2017
Jan 1, 2023
Jan 15, 2025
Apr 16, 2025
Mar 21, 2025
May 15, 2025

Repository files navigation

version build downloads Coverage Status

deck.gl | Website

GPU-powered, highly performant large-scale data visualization

docs

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

Deck.gl is designed to be highly customizable. All layers come with flexible APIs to allow programmatic control of each aspect of the rendering. All core classes such are easily extendable by the users to address custom use cases.

Flavors

Script Tag

<script src="https://unpkg.com/deck.gl@latest/dist.min.js"></script>

NPM Module

npm install deck.gl

Pure JS

React

Python

pip install pydeck

Third-Party Goodies

Learning Resources

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

BrowserStack