To dev:
yarn && yarn run start
Edit script.js and the page will update without a full reload.
Trying to remake Hurricane Irma Is One of the Strongest Storms In History with regl using line examples and rreusser’s demo. See my first attempt for an example of just drawing lines to different points.
I’m not sure if converting to the ndarray is necessary.
Hurricane data only includes storms through 2016 and hasn’t been cleaned.
Gregor also remade in canvas. Faster than I thought; I think batching all the stroke calls helps a lot.