maplibre-native icon indicating copy to clipboard operation
maplibre-native copied to clipboard

Update MapLibre GL JS Shaders after the TypeScript Migration

Open wipfli opened this issue 2 years ago • 0 comments

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

wipfli avatar May 28 '22 09:05 wipfli