Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/visgl/deck.gl
WebGL2 powered visualization framework
https://github.com/visgl/deck.gl
data-visualization geospatial-analysis javascript maps python visualization webgl
Last synced: 7 days ago
JSON representation
WebGL2 powered visualization framework
- Host: GitHub
- URL: https://github.com/visgl/deck.gl
- Owner: visgl
- License: mit
- Created: 2015-12-15T08:38:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T01:30:04.000Z (7 months ago)
- Last Synced: 2024-04-13T17:29:19.778Z (7 months ago)
- Topics: data-visualization, geospatial-analysis, javascript, maps, python, visualization, webgl
- Language: TypeScript
- Homepage: https://deck.gl
- Size: 544 MB
- Stars: 11,674
- Watchers: 1,688
- Forks: 2,028
- Open Issues: 289
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
- Roadmap: docs/roadmap.md
Awesome Lists containing this project
- awesome-ccamel - visgl/deck.gl - WebGL2 powered visualization framework (TypeScript)
- awesome-python-machine-learning-resources - GitHub - 5% open · ⏱️ 24.08.2022): (地理Geo处理)
- awesome-list - deck.gl
- StarryDivineSky - visgl/deck.gl
- awesome - visgl/deck.gl - WebGL2 powered visualization framework (TypeScript)
- awesome-frontend-gis - Deck.GL - WebGL2 powered geospatial visualization layers. ![GitHub stars](https://img.shields.io/github/stars/visgl/deck.gl?style=social) (👨💻 JavaScript Libraries / Mapping)
- awesome-maplibre - deck.gl - Adds advanced WebGL visualization layers. (Map Rendering Plugins / JavaScript)
- awesome - visgl/deck.gl - WebGL2 powered visualization framework (TypeScript)
- awesome - visgl/deck.gl - WebGL2 powered visualization framework (TypeScript)
README
deck.gl | Website
GPU-powered, highly performant large-scale data visualization
[![docs](http://i.imgur.com/mvfvgf0.jpg)](https://visgl.github.io/deck.gl)
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 layersDeck.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