maplibre-native
maplibre-native copied to clipboard
Update MapLibre GL JS Shaders after the TypeScript Migration
MapLibre GL Native is using the shaders from MapLibre GL JS before the TypeScript migration. I am worried about changing the shaders in GL JS if we cannot test the consequences in native.
@birkskyum created a branch to use the shaders after the TypeScript migration: https://github.com/maplibre/maplibre-gl-native/tree/generate-shaders-using-typescript
Since we forked GL JS, there have been only a hand full of updates to the shaders, see https://github.com/maplibre/maplibre-gl-js/commits/main/src/shaders for a complete list. Notable changes were:
- https://github.com/maplibre/maplibre-gl-js/pull/209
- https://github.com/maplibre/maplibre-gl-js/pull/416
- https://github.com/maplibre/maplibre-gl-js/pull/928
- https://github.com/maplibre/maplibre-gl-js/pull/1022