create a readable stream of glsl ast nodes that produce a module system
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
glslify-stream is a tool that creates a readable stream of GLSL AST nodes to represent the complete dependency tree of a GLSL program, enabling a module system for shader code. It is designed for developers working with WebGL or GLSL shaders who want to organize their shader code into modular, reusable components. The project allows importing and exporting GLSL modules using pragmas, making it easier to manage complex shader dependencies.