JSPM

@epok.tech/gl-histogram-scatter

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q37780F
  • License MIT

Custom histograms using scatter approach in WebGL - BYORenderer (based on `regl`).

Package Exports

  • @epok.tech/gl-histogram-scatter

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@epok.tech/gl-histogram-scatter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.