deck.gl icon indicating copy to clipboard operation
deck.gl copied to clipboard

WebGL2 powered visualization framework

Results 476 deck.gl issues
Sort by recently updated
recently updated
newest added

### Description when i use maplibre load 3dtileset , my code like this: ``` import maplibregl, { ResourceType } from 'maplibre-gl' import { MapboxOverlay } from '@deck.gl/mapbox' import { Tile3DLayer...

bug

Installed on a new computer and discovered since `yarn bootstrap` no longer builds, the website doesn't work until after running `yarn build`. Adding this to the docs for new contributors.

### deck.gl 9.1: Make a few layers run under WebGPU already in 9.1.x - [x] Publish unblocking fixes #1 in luma.gl 9.1 (v9.1.4) @ibgreen - [x] Publish more unblocking fixes...

feature

Closes # #### Background - Enable widgets to modify views - Enables a fully declarative (pydeck, json, ...) SplitterWidget, and many more potential use cases. #### Change List - Hook...

### Description After upgrading deck.gl from version 8.9.4 to 9.1.2 to use the new widgets feature, we started encountering multiple ENOENT warnings during bundling related to missing TypeScript source files...

bug

### Description Without the `transition.getFillColor`, the layer renders correctly. However, when it is added, the `ColumnLayer` shows up like this: ![Image](https://github.com/user-attachments/assets/5d3c87eb-887e-4601-903a-1dd37e52fe48) ### Flavors - [x] React - [x] MapboxOverlay -...

bug

### Target Use Case Trying to customize zoom behavior and it is frustrating to not directly have access to this function w/ pickingInfo. ### Proposal Expose onDoubleClick like onClick but...

feature

### Target Use Case When using the `FillStyleExtension` it would be nice to be able to configure different texture scaling behaviours. Currently the texture is always scaled to the world/common...

feature

### Description When using the Tile3DLayer to load 3D tile data, the system continuously initiates a large number of redundant requests, which block normal loading requests. Sometimes there are even...

bug

#### Background - test/apps/webgpu - yarn start-local - Partial start on a WebGPU scatterplot layer - Shader modules, especially project, need to be implemented, some minimal stubs have been added...