deck.gl
deck.gl copied to clipboard
WebGL2 powered visualization framework
## deck.gl v9.3 - Theme: A very small release before the October 2025 summit, with some nice updates. - Target Release Date: end of September 2025 - Follows [v9.2](https://github.com/visgl/deck.gl/issues/9172), [v9.1](https://github.com/visgl/deck.gl/issues/9056)...
### Description If I run the scripting example [here](https://github.com/visgl/deck.gl/blob/9.1-release/examples/get-started/scripting/basic/index.html) locally, and try to open it in chrome, the example does not appear, and I get the following errors: `dist.min.js:2795 deck:...
### Description **Description** When using `@deck.gl/arcgis` **v9.0.40**, `IconLayer` click and hover handlers don't work for Windows users who are using Chrome. We are seeing this same bad behavior in the...
Closes #9727 Make billboard in icon-layer into an accessor instead of static prop
Closes # #### Background - @Kaapp I believe that you had some tricks for getting the 64 bit attributes working.... #### Change List -
### Description Type issue IconLayer doesn't allow HTMLCanvasElement as iconAtlas: ``` Types of property 'iconAtlas' are incompatible. Type 'HTMLCanvasElement' is not assignable to type 'string | Texture | undefined'. Type...
### Description I tried to visualize the location of a `PointLight` by creating a dot using the `PointCloudLayer`. Similar to [the using-effects example in the docs](https://deck.gl/docs/developer-guide/using-effects#lighting), I set `material: null`...
Is it time to define a `getView()` function and place this logic there rather than hide in here? _Originally posted by @ibgreen in https://github.com/visgl/deck.gl/pull/9688#discussion_r2203396240_
### Description Using the latest version of Deck.gl with Maplibre the library fail. "deck.gl": "^9.1.13", "maplibre-gl": "^5.1.0", ### Flavors - [ ] Script tag - [ ] React - [...
### Description If using `@deck.gl/mesh-layers` in a pnpm workspace with `hoist=false`, bundlers like `vite` will fail to resolve `@loaders.gl/schema` from `@deck.gl/mesh-layers/dist/simple-mesh-layer/simple-mesh-layer.js` ### Flavors - [ ] Script tag - [...