百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
D

deck.gl

> 编程语言
开源

WebGL2 有动力可视化框架

14.3K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

WebGL2 有动力可视化框架

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 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 ```html ``` - [Get started](/docs/get-started/using-standalone.md#using-the-scripting-api) - [Full examples](https://github.com/visgl/deck.gl/tree/master/examples/get-started/scripting) ### NPM Module ```bash npm install deck.gl ``` #### Pure JS - [Get started](/docs/get-started/using-standalone.md) - [Full examples](/examples/get-started/pure-js) #### React - [Get started](/docs/get-started/using-with-react.md) - [Full examples](/examples/get-started/react) ### Python ```bash pip install pydeck ``` - [Get started](https://deckgl.readthedocs.io/en/latest/installation.html) - [Examples](https://deckgl.readthedocs.io/en/latest/layer.html) ### Third-Party Goodies - [deckgl-typings](https://github.com/danmarshall/deckgl-typings) (Typescript) - [mapdeck](https://symbolixau.github.io/mapdeck/articles/mapdeck.html) (R) - [vega-deck.gl](https://github.com/microsoft/SandDance/tree/master/packages/vega-deck.gl) ([Vega](https://vega.github.io/)) - [earthengine-layers](https://earthengine-layers.com/) ([Google Earth Engine](https://earthengine.google.com/)) - [deck.gl-native](https://github.com/UnfoldedInc/deck.gl-native) (C++) - [deck.gl-raster](https://github.com/kylebarron/deck.gl-raster/) (Computation on rasters) ## Learning Resources * [API documentation](https://deck.gl/docs) for the latest release * [Website demos](https://deck.gl/examples) with links to source * [Interactive playground](https://deck.gl/playground) * [deck.gl Codepen demos](https://codepen.io/vis-gl/) * [deck.gl Observable demos](https://beta.observablehq.com/@pessimistress) * [vis.gl Medium blog](https://medium.com/vis-gl) * [deck.gl Slack workspace](https://slack-invite.openjsf.org/) ## Contributing deck.gl is part of vis.gl, an [OpenJS Foundation](https://openjsf.org/) project. Read the [contribution guidelines](/CONTRIBUTING.md) if you are interested in contributing. ## Attributions #### Data sources Data sources are listed in each example. #### The deck.gl project is supported by

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

TypeScriptdata-visualizationgeospatial-analysisjavascriptmaps

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言