Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

**gl‑histogram‑scatter** is a small WebGL library that builds image histograms using the “parallel scatter” technique described in AMD’s “Efficient Histogram Generation Using Scattering on GPUs.” It leverages `regl` and a vertex‑shader‑based scatter pass to compute histograms (and custom reduction operations) directly on the GPU, requiring only a modest number of vertex texture units. The package is aimed at web developers and graphics programmers who need fast, GPU‑accelerated histogram calculations for visualisation, analysis, or image‑processing tasks in browser‑based applications.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of keeffeoghan/gl-histogram-scatter

Account's avatar
keeffEoghan/array-utils
Simple utils around JS arrays for flexible and terse code - new arrays by default (for FP/immutable), mutate if specified (to reuse memory).
Account's avatar
keeffEoghan/gl-screen-triangle
Convenient definitions for a triangle covering the full screen in WebGL - BYORenderer
Account's avatar
hughsk/glsl-luma
Get the luma (brightness) of an RGB color in GLSL. Useful for converting images to greyscale
Account's avatar
msfeldstein/glsl-map
Map a value from one range to another. Equivalent to Processing's map() function.
Account's avatar
hughsk/glsl-noise
webgl-noise shaders ported to work with glslify
Account's avatar
stackgl/glslify-bundle
Bundle a glslify-deps dependency tree into a GLSL source string
Account's avatar
stackgl/glslify-deps
Walk the dependency graph of a glslify shader.
Account's avatar
parcel-bundler/parcel
Blazing fast, zero configuration web application bundler
Account's avatar
regl-project/regl
regl is a fast functional WebGL framework.

Support the repos that depend on this repository

Top contributors

keeffEoghan's profile
keeffEoghan
12 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
keeffeoghan

keeffeoghan/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`).

JavaScript
4
1
MIT License