feat(examples): add GPU-native deck.gl graph exploration - #2961
Open
ibgreen-openai wants to merge 6 commits into
Open
feat(examples): add GPU-native deck.gl graph exploration#2961ibgreen-openai wants to merge 6 commits into
ibgreen-openai wants to merge 6 commits into
Conversation
ibgreen-openai
marked this pull request as ready for review
August 5, 2026 03:30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goals
Changes
examples/deck/lugraph-explorerintegration containing a real deck.gl Effect, an OrthographicView application, and custom GPU-resident node and edge Layers.float32x2layout positions directly as instanced vertex attributes and consume PageRank, component IDs, distances, and selection masks as GPU storage.Verification
nvm use: passed; Node v22.22.1.yarn install: attempted; the existing unpublished@vis.gl/dev-tools@2.0.0-alpha.4dependency returns HTTP 403. Used an independent APFS clone of the existing compatible dependency tree without lockfile or dependency changes.yarn lint fix: passed after final changes.yarn build: passed after final changes across every package.yarn test-node: 1,026 passed, 1 skipped.yarn test: 1,026 Node tests and 1,709 Chromium/WebGPU tests passed; 25 browser tests skipped by their existing capability guards.yarn website:build: passed.(cd website && yarn build): passed.Risks