gl-histogram-scatter
WebGL histograms, parallel scatter approach using vertex shader samples, based on AMD's Efficient Histogram Generation Using Scattering on GPUs - BYORenderer (based on regl
).
Allows custom operations for histogram heuristics.
Requires at least 1 MAX_VERTEX_TEXTURE_IMAGE_UNITS
.
Installation
Install from npm
using:
npm install @epok.tech/gl-histogram-scatter
or:
yarn add @epok.tech/gl-histogram-scatter