sakitam-fdd / wind-layer

:flags: :rocket: wind-layer | a openlayers && maptalks && amap && bmap && leaflet && mapbox-gl && maplibre-gl extension like windy.com for weather visualization

Home Page:https://sakitam-fdd.github.io/wind-layer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPU.js is mentioned, can we get an example?

robertleeplummerjr opened this issue · comments

In the docs, translated, I see:

The particle Field and Vector Vector calculation code are extracted for easy extended calculation, such as using webworker or gpu.js acceleration.

Can we get an example of GPU.js usage?

@robertleeplummerjr At present, it's just an assumption. For particle mesh construction and path interpolation, these intensive computing theories can be split and accelerated, but at present, I haven't used a good way to achieve it. Once there's a good way, I'll let you know. Thanks