Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v9 Tracker #7457

Open
12 of 26 tasks
ibgreen opened this issue Nov 29, 2022 · 2 comments
Open
12 of 26 tasks

v9 Tracker #7457

ibgreen opened this issue Nov 29, 2022 · 2 comments
Labels

Comments

@ibgreen
Copy link
Collaborator

ibgreen commented Nov 29, 2022

v9

Clean up

  • Remove types export hack, export types directly in module package.json.
  • Allow test files to be .ts

Integrate luma.gl v9

  • Debug injection failures

v9 website issues

v9 blocking issues

Working, but only with GPU aggregation disabled

PRs for consideration for v9 inclusion

Postpone to v9.1

Prepare for WebGPU

  • Replace GL.TRIANGLE_FAN topology / draw modes (not supported by webgpu)
    • modules/layers/src/solid-polygon-layer/solid-polygon-layer.ts
    • modules/aggregation-layers/src/screen-grid-layer/screen-grid-cell-layer.ts
    • modules/layers/src/icon-layer/icon-layer.ts
    • modules/aggregation-layers/src/heatmap-layer/triangle-layer.ts
    • modules/layers/src/text-layer/text-background-layer/text-background-layer.ts
  • Port all shaders to GLSL 3.00 @donmccurdy
  • Update picking module in Layers to useShaderInputs from luma @felixpalmer
  • Update all layers to use UniformBuffers @felixpalmer
@donmccurdy
Copy link
Collaborator

@ibgreen @felixpalmer I'm starting on "Port all shaders to GLSL 3.00". I'll try to make those changes in small-ish PRs to avoid conflicts.

@chrisgervang
Copy link
Collaborator

chrisgervang commented Feb 9, 2024

What would we like to do with the 8.10 changelog entires missing from master's changelog?

Widget PRs (like this one) are on master that aren't in the master changelog, but are in the 8.10 changelog. Likely an oversight. I could retroactively fill in the v9 changelog when they were introduced, which appear to be in v9 alpha.1. Sound good?

Edit: Opened #8487. All widget code in 8.10 is already in v9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants