https://github.com/visgl/deck.gl-community
Community contributed modules for deck.gl
https://github.com/visgl/deck.gl-community
Last synced: about 1 month ago
JSON representation
Community contributed modules for deck.gl
- Host: GitHub
- URL: https://github.com/visgl/deck.gl-community
- Owner: visgl
- License: mit
- Created: 2021-06-03T23:40:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2026-05-17T00:47:35.000Z (about 2 months ago)
- Last Synced: 2026-05-17T02:47:42.048Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://visgl.github.io/deck.gl-community/
- Size: 57.6 MB
- Stars: 90
- Watchers: 10
- Forks: 58
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# deck.gl-community
An awesome list of community-driven modules, integrations, and tools built with [deck.gl](https://deck.gl).
- **Official projects** — [openvisualization.org/projects](https://www.openvisualization.org/projects)
- **Showcase** — [deck.gl/showcase](https://deck.gl/showcase)
---
## Community Modules
> Published under `@deck.gl-community/*` and maintained in this repository. See the [contribution guide](./CONTRIBUTING.md) to get involved.
| Module | npm | Description |
| ------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| **[arrow-layers](./modules/arrow-layers)** | [](https://www.npmjs.com/package/@deck.gl-community/arrow-layers) | Apache Arrow visualization layers — render large columnar datasets directly on the GPU. |
| **[editable-layers](./modules/editable-layers)** | [](https://www.npmjs.com/package/@deck.gl-community/editable-layers) | Interactive drawing and editing layers for geospatial features. |
| **[geo-layers](./modules/geo-layers)** | [](https://www.npmjs.com/package/@deck.gl-community/geo-layers) | Suite of geospatial layers covering tile formats, terrain, and more. |
| **[layers](./modules/layers)** | [](https://www.npmjs.com/package/@deck.gl-community/layers) | Additional community-contributed layers not yet in the official deck.gl release. |
| **[infovis-layers](./modules/infovis-layers)** | [](https://www.npmjs.com/package/@deck.gl-community/infovis-layers) | Information visualization layers for non-geospatial, chart-style rendering. |
| **[graph-layers](./modules/graph-layers)** | [](https://www.npmjs.com/package/@deck.gl-community/graph-layers) | Graph and network visualization layers for deck.gl. |
| **[three](./modules/three)** | [](https://www.npmjs.com/package/@deck.gl-community/three) | Three.js-backed layers for deck.gl, including a fully parametric 3D `TreeLayer`. |
| **[widgets](./modules/widgets)** | [](https://www.npmjs.com/package/@deck.gl-community/widgets) | UI widgets (pan, zoom range, etc.) that integrate with deck.gl view state management. |
| **[react](./modules/react)** | [](https://www.npmjs.com/package/@deck.gl-community/react) | React components and hooks for building deck.gl applications. |
| **[leaflet](./modules/leaflet)** | [](https://www.npmjs.com/package/@deck.gl-community/leaflet) | Leaflet custom layer that wraps deck.gl, rendering layers synchronized with a Leaflet basemap. |
| **[bing-maps](./modules/bing-maps)** | [](https://www.npmjs.com/package/@deck.gl-community/bing-maps) | deck.gl as a Bing Maps custom layer. |
| **[basemap-layers](./modules/basemap-layers)** | [](https://www.npmjs.com/package/@deck.gl-community/basemap-layers) | Basemap layer runtime and style-spec helpers for deck.gl. |
| **[experimental](./modules/experimental)** | [](https://www.npmjs.com/package/@deck.gl-community/experimental) | Early-stage, exploratory layers and utilities — use at your own risk. |
---
## Third-Party Projects
> External projects that build on or integrate with deck.gl. [Suggest a project](https://github.com/visgl/deck.gl-community/issues/new).
- **[Viv](https://avivator.gehlenborglab.org/)** — Multiscale bioimaging visualization on the web, built with deck.gl. Ideal for whole-slide and microscopy data.
- **[deck.gl-raster](https://github.com/developmentseed/deck.gl-raster)** — GPU-accelerated raster visualization layers by Development Seed.
- **[Flowmap.blue](https://flowmap.blue/)** — Flow map visualization tool for geographic movement data, powered by deck.gl.
- **[SandDance](https://microsoft.github.io/SandDance/)** — Unit visualization explorer by Microsoft, using deck.gl for rendering individual data records.
- **[outlined-path-layer](https://github.com/ubilabs/outlined-path-layer)** — Custom `PathLayer` by Ubilabs that renders paths with customizable outlined borders.
---
## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md). New modules, bug fixes, and ecosystem additions are all welcome.