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

(feat): Upgrade deck.gl and luma.gl #805

Merged
merged 63 commits into from
Nov 20, 2024
Merged
Changes from 1 commit
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
567cad0
chore: wip attempt to upgrade deck&luma
xinaesthete Jun 12, 2024
c9236b0
(fix): set `UNPACK_ALIGNMENT` and `PACK_ALIGNMENT` correctly
ilan-gold Jun 17, 2024
5d7cba6
(fix): use `float64` string instead of `GL.DOUBLE`
ilan-gold Jun 17, 2024
6eb593b
(fix): `parameters` -> `sampler` and fix some consts related to `getR…
ilan-gold Jun 17, 2024
c568ec8
change Geometry drawMode to topology
xinaesthete Jun 17, 2024
a656b2f
use triangle-list rather than fan (not verified to be correct)
xinaesthete Jun 17, 2024
aa15140
use setBindings in place of setUniforms
xinaesthete Jun 17, 2024
1116671
correct size of texCoord attribute
xinaesthete Jun 17, 2024
017c7ae
add bufferLayout to model, texCoords to attributeManager, rename shad…
xinaesthete Jun 17, 2024
900c8d5
chore: apply biome fix & remove unused GL imports
xinaesthete Jun 19, 2024
9b50d6c
chore: remove some dead code, rename (unused) gl arg, add comments
xinaesthete Jun 19, 2024
bf3899c
rename 'device' to 'gl' (and comment that it's unused)
xinaesthete Jun 19, 2024
becddae
set log level, allows us to see shader compilation errors
xinaesthete Jun 19, 2024
9e0c2e8
change 'attribute' & 'varying' to 'in' & 'out', don't use gl_FragColor
xinaesthete Jun 19, 2024
aa7ec24
make sure opts are passed through draw, no null textures and 'uniform…
xinaesthete Jun 19, 2024
063a2fc
(fix) geometry indices, remove bad texCoord attribute val
xinaesthete Jun 19, 2024
d6ebc3e
no more cursed shader version patching
xinaesthete Jun 19, 2024
002495b
correct format of setParametersWebGL args
xinaesthete Jun 19, 2024
85bf153
check if texture format is filterable
xinaesthete Jun 19, 2024
64d1e83
use setBindings for textures, setUniforms for uniforms.
xinaesthete Jun 19, 2024
a24b459
remove references to WebGL1
xinaesthete Jun 20, 2024
b363979
(fix): less wrong null texture handling
xinaesthete Jun 20, 2024
50b1dbf
(fix): remove filterable check
ilan-gold Jun 21, 2024
14fc06a
passing simpler texture format, 3D still not working seemingly becaus…
xinaesthete Jun 24, 2024
2b1801b
(chore) update luma&deck
xinaesthete Jun 24, 2024
7bc0312
(chore): `model.delete` -> `model.destroy`
ilan-gold Jun 28, 2024
2cf31b0
chore: update zustand
xinaesthete Jun 28, 2024
e2b5d50
fix warning about deprecated 'import shallow'
xinaesthete Jun 28, 2024
a483ca6
Merge remote-tracking branch 'xinaesthete/depbump' into depbump
ilan-gold Jun 28, 2024
dfa1c60
fix typo 'magFilterFilter'
xinaesthete Jul 3, 2024
f57a288
add comments on format to source-info
xinaesthete Jul 4, 2024
774af79
SizeZ comments
xinaesthete Jul 5, 2024
6894770
Merge remote-tracking branch 'origin/main' into depbump, update "gl" …
xinaesthete Jul 22, 2024
0a4c36a
attempt to upgrade to luma.gl 9.0.16, dodgy lock file
xinaesthete Jul 22, 2024
d8df8b0
regenerate pnpm-lock to fix multiple luma.gl versions
xinaesthete Jul 22, 2024
4ddc6d7
update deck & luma
xinaesthete Aug 20, 2024
fbba34c
apply work-around for null textures
xinaesthete Aug 20, 2024
d5da9ae
(fix): rgb images, add alpha channel
ilan-gold Aug 20, 2024
996fea3
lensSelection was being set as string when it should be int
xinaesthete Aug 21, 2024
fcfbd31
(chore) update luma.gl
xinaesthete Sep 3, 2024
7b72406
(chore) update deck.gl
xinaesthete Sep 3, 2024
d6aaeb8
allow newer react
xinaesthete Sep 4, 2024
7a1dd44
remove apparently redundant and deprecated gl alignment parameter set…
xinaesthete Sep 30, 2024
bd247d9
(chore) cleanup some old comments and unused imports
xinaesthete Sep 30, 2024
8ae8c96
(fix) move null texture patching to a more appropriate place
xinaesthete Sep 30, 2024
8971d32
remove commented code
xinaesthete Sep 30, 2024
7b7fd7f
(chore) remove redundant comments
xinaesthete Sep 30, 2024
f49b563
(chore) remove more redundant comments
xinaesthete Sep 30, 2024
ad97b4e
fix issue with scale-bar empty layer test by passing viewState width …
xinaesthete Sep 30, 2024
f4be45b
fix glsl-colormap needed to be a non-dev dependency
xinaesthete Sep 30, 2024
fed2d84
Revert "chore: update zustand"
xinaesthete Oct 1, 2024
f1bff49
Revert "fix warning about deprecated 'import shallow'"
xinaesthete Oct 1, 2024
7bf5292
Revert "remove apparently redundant and deprecated gl alignment param…
xinaesthete Oct 1, 2024
39c6ff2
change comment on setParametersWebGL
xinaesthete Oct 1, 2024
270733a
Revert "fix glsl-colormap needed to be a non-dev dependency"
xinaesthete Oct 3, 2024
4732259
Merge branch 'main' into depbump
xinaesthete Oct 3, 2024
318c826
fix missing GL import
xinaesthete Oct 3, 2024
879bdae
update type and documentation of 'interpolation' prop in line with lu…
xinaesthete Oct 3, 2024
8654861
fix type of interpolation in defaultProps
xinaesthete Oct 3, 2024
974ca9d
(chore) update deck.gl
xinaesthete Oct 20, 2024
533b0fb
(chore): rgb comment
ilan-gold Nov 20, 2024
bb1912f
Merge branch 'main' into depbump
ilan-gold Nov 20, 2024
cbf1b71
(fix): lint
ilan-gold Nov 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
allow newer react
xinaesthete committed Sep 4, 2024
commit d6aaeb867169767b6bdf95145f730ba9c5908d71
29 changes: 7 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -19,4 +19,4 @@ catalog:
"@math.gl/core": ^4.0.1
"@math.gl/culling": ^4.0.1
"math.gl": ^4.0.1
"react": ^16.8.0 || ^17.0.0
"react": ^16.8.0 || ^17.0.0 || ^18.0.0