nswamy14 / visual-heatmap

Heatmap : Open source javascript module for high performance, large scale heatmap rendering.
BSD 3-Clause "New" or "Revised" License
55 stars 10 forks source link

Does not Work for Some IOS Devices #7

Closed 3TanE closed 1 year ago

3TanE commented 3 years ago

Hi there first of all great library, but when using it i sadly had issues on ios devies aspecially older ones . Here i encountered the problem that this library uses to many uniforms. The Ipad air 2 only has about 128 to spare. I guessed that your library uses about ~ 230 uniforms. So would there be a way to reduce/cut by half the number of used uniforms without any drawbacks to the performance.

Greetings Jonathan

nswamy14 commented 1 year ago

Apologies for the delayed response. I have made updates to the code, reducing the number of uniforms.