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 stackgl/gl-vao

Account's avatar
mikolalysenko/gl-now
Create a WebGL context now!
Account's avatar
stackgl/gl-buffer
WebGL buffer wrapper
Account's avatar
stackgl/glslify
A node.js-style module system for GLSL!

Support the repos that depend on this repository

Top contributors

mikolalysenko's profile
mikolalysenko
31 contributions
gregtatum's profile
gregtatum
2 contributions
hughsk's profile
hughsk
2 contributions
billautomata's profile
billautomata
1 contributions
chrisdickinson's profile
chrisdickinson
1 contributions
rreusser's profile
rreusser
1 contributions
dy's profile
dy
1 contributions

Recent events

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

No events yet
stackgl

stackgl/gl-vao

Vertex array object wrapper for WebGL

JavaScript
26
3
MIT License

gl‑vao is a tiny JavaScript library that provides a wrapper (and polyfill) for WebGL vertex array objects. It lets developers create, bind, draw, update and dispose VAOs using simple arrays or buffer objects, making it easier to manage vertex attribute state in WebGL applications and demos. The module is aimed at WebGL programmers who want a clean, npm‑installable abstraction over VAO handling.