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

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of wwwtyro/gl-format-compiler-error

Account's avatar
Jam3/add-line-numbers
adds line numbers to a source string
Account's avatar
mattdesl/gl-constants
all the WebGL 1.0 constants
Account's avatar
stackgl/glsl-shader-name
Extract a shader's name from its source
Account's avatar
alexei/sprintf.js
JavaScript sprintf implementation

Support the repos that depend on this repository

Top contributors

wwwtyro's profile
wwwtyro
5 contributions
gre's profile
gre
1 contributions

Recent events

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

No events yet
wwwtyro

wwwtyro/gl-format-compiler-error

Formats a webgl glsl compiler error.

JavaScript
7
2
The Unlicense

The **gl-format-compiler-error** package takes the raw error log returned by WebGL’s `gl.getShaderInfoLog`, the original GLSL source, and the shader type, and produces a readable, annotated error message that includes the offending source lines. It’s aimed at WebGL developers who want clearer, more helpful compile‑time diagnostics for vertex and fragment shaders.