deck.gl
deck.gl copied to clipboard
WebGL2 powered visualization framework
### 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...
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...
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...
### Description Without the `transition.getFillColor`, the layer renders correctly. However, when it is added, the `ColumnLayer` shows up like this:  ### Flavors - [x] React - [x] MapboxOverlay -...
### 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...
### 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...
### 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...
#### 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...