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 mattdesl/gl-constants

Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

mattdesl's profile
mattdesl
1 contributions

Recent events

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

No events yet
mattdesl

mattdesl/gl-constants

all the WebGL 1.0 constants

JavaScript
15
0
MIT License

`gl-constants` is a tiny Node module that exposes every WebGL 1.0 numeric constant as a plain JavaScript object, letting developers reference constants by name (e.g., `constants.LINEAR`) or look up a name from a value (e.g., `lookup(1282) → "INVALID_OPERATION"`). It’s mainly aimed at WebGL developers and test suites that need a reliable, server‑side source of the official WebGL constant values.