astrosat / windgl

A WebGL wind particle simulation as a Mapbox custom layer
https://astrosat.github.io/windgl/
ISC License
170 stars 45 forks source link

General cleanup #11

Closed gampleman closed 5 years ago

gampleman commented 5 years ago

This is a cleanup of all sorts to move this more to a production quality. It achieves:

  1. The module and commonjs builds no longer bundle mapbox-style-spec. This is good, since it's already part of mapbox and so no point double bundling. The UMD build still does, since there is no way to access this code in the browser :(

  2. Fixes a bug where arrow-color was accidentally called particle-color. Same for arrow-halo-color.

  3. Moves the demo into docs (so can be served with github pages). In general now the demo is a slideshow of various visualization styles.

  4. Remove various old cruft.

  5. Updates readme with instructions on how to get the data.

  6. The tile json now supports relative URLs.

  7. Fixed a bug that was introduced in some refactoring which was essentially a forgotten this.

  8. Adds CI.