How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
glsl-token-defines is a small Node.js utility that scans an array of GLSL tokens (produced by glsl‑tokenizer) and extracts `#define` preprocessor directives into a JavaScript object mapping each macro name to its value (or an empty string for valueless defines). It’s aimed at developers building tooling—e.g., linters, compilers, or editors—that need to understand GLSL macro definitions without implementing a full preprocessor.