MCPcopy
hub / github.com/visgl/deck.gl

github.com/visgl/deck.gl @v9.3.6 sqlite

repository ↗ · DeepWiki ↗ · release v9.3.6 ↗
5,387 symbols 14,951 edges 1,445 files 510 documented · 9%
README

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

Extension points exported contracts — how you extend this code

IControl (Interface)
(no doc) [7 implementers]
modules/mapbox/src/types.ts
Effect (Interface)
(no doc) [6 implementers]
modules/core/src/lib/effect.ts
Aggregator (Interface)
(no doc) [3 implementers]
modules/aggregation-layers/src/common/aggregator/aggregator.ts
BrowserTestDriverDiffOptions (Interface)
(no doc)
modules/test-utils/src/globals.d.ts
FontRenderer (Interface)
(no doc)
modules/layers/src/text-layer/font-atlas-manager.ts
Renderer (Interface)
(no doc)
modules/arcgis/src/commons.ts
CartoColorsPalette (Interface)
(no doc)
modules/carto/src/style/palette.ts
DatasetConfig (Interface)
(no doc)
test/apps/carto-heatmap/datasets.ts

Core symbols most depended-on inside this repo

expect
called by 3747
scripts/write-heading-ids.ts
setProps
called by 235
modules/core/src/lib/effect.ts
get
called by 207
modules/layers/src/text-layer/lru-cache.ts
add
called by 197
modules/core/src/lib/resource/resource-manager.ts
setState
called by 195
test/apps/carto-wip/app.js
delete
called by 151
modules/core/src/transitions/gpu-transition.ts
render
called by 145
modules/mapbox/src/types.ts
update
called by 141
modules/core/src/transitions/gpu-transition.ts

Shape

Method 2,392
Function 2,056
Class 887
Interface 47
Route 5

Languages

TypeScript95%
Python5%

Modules by API surface

test/apps/stress-tests/pico-mercator/lib/picogl.min.js199 symbols
test/apps/stress-tests/pico-mercator/lib/pico-mercator.min.js132 symbols
modules/core/src/lib/layer.ts71 symbols
modules/core/src/lib/deck.ts61 symbols
modules/carto/src/layers/schema/carto-tile.ts54 symbols
test/modules/google-maps/mock-maps-api.ts50 symbols
modules/mapbox/src/types.ts38 symbols
modules/core/src/controllers/orbit-controller.ts38 symbols
modules/core/src/controllers/map-controller.ts36 symbols
modules/core/src/controllers/orthographic-controller.ts35 symbols
modules/core/src/controllers/controller.ts35 symbols
bindings/pydeck-carto/pydeck_carto/sources.py34 symbols

Dependencies from manifests, versioned

@arcgis/core4.21.0 · 1×
@babel/cli7.28.6 · 1×
@carto/api-client0.5.19 · 1×
@deck.gl/aggregation-layers9.3.6 · 1×
@deck.gl/arcgis9.3.6 · 1×
@deck.gl/carto9.3.6 · 1×
@deck.gl/core9.3.6 · 1×
@deck.gl/extensions9.3.6 · 1×
@deck.gl/geo-layers9.3.6 · 1×
@deck.gl/google-maps9.3.6 · 1×
@deck.gl/json9.3.6 · 1×
@deck.gl/layers9.3.6 · 1×

For agents

$ claude mcp add deck.gl \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact