webgl-heatmap
webgl-heatmap copied to clipboard
A high performance WebGL/JS heatmap display library
I got this error at compile time, Any idea ? my app is a "pure" front app, no js back app
This isn't really an issue but thought it might be a good context to mention that I forked this project and converted it to ES5 and CommonJS, then published it...
Hello @pyalot , I want to confirm the license about this library. What's the detail BSD license? References this [website](https://github.com/cdnjs/cdnjs/blob/master/tools/license-list.json). By the way, is this library published on npm? Thanks...
Hello @pyalot , I am the member of the [cdnjs](https://github.com/cdnjs/cdnjs) project. We want to host this library. But there is a question want to ask. Could you add git tag...
Hi @pyalot, Thanks for the great library, i use it for a personal project. I would like to plot a heatmap from an area which i would like to split...
Hi, First off thanks for creating this, it is awesome. I was just looking to experiment with specifying my own gradient texture, however providing one of the example gradient images...
First of all thank you for the work you have done with WebGL-HeatMap library. I am using your library for a personal project. I encounter a major barrier because the...
Hello there ! I have an accuracy issue with this awesome library. Here is an example : I have heatmap with blue, yellow and red colors gradient. I want to...
When trying to convert the canvas to a png, I kept getting empty canvases. This can be fixed by using `getContext("experimental-webgl", {preserveDrawingBuffer: true});` when using `getContext`. Just wondering whether the...