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-buffer-snoop` is a tiny utility that monkey‑patches a WebGL rendering context to record every data upload to GPU buffers. It adds a `gl.getBufferData(buffer)` method that returns a client‑side copy of what the buffer should contain, making it useful for testing and debugging code that manipulates WebGL buffers (e.g., with `gl-buffer`). It’s intended for developers writing or testing WebGL‑related libraries rather than for production graphics apps.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of stackgl/gl-buffer-snoop

Account's avatar
browserify/browserify
browser-side require() the node way
Account's avatar
hughsk/smokestack
Pipe your JavaScript into a browser, logging console output in Node
Account's avatar
scottcorgan/tap-spec
Formatted TAP output like Mocha's spec reporter
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

hughsk's profile
hughsk
1 contributions

Recent events

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

No events yet
stackgl

stackgl/gl-buffer-snoop

Intercepts uploads to WebGL buffers in order to keep track of their expected value on the GPU.

JavaScript
6
0
Other