1.0.2 • Published 4 years ago

@epok.tech/gl-histogram-scatter v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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

Usage

See the demo and its source code.