webgl-kit
v0.0.1
Published
Composable TypeScript primitives for WebGL experiments.
Readme
WebGL Kit
Small, composable primitives for WebGL experiments.
WebGL Kit is a dependency-free place for graphics utilities that stay close to
the source. Its glsl tagged template keeps small shader snippets legible.
Follow development and join the waitlist at shaderlab.dev.
npm i webgl-kitimport { glsl } from "webgl-kit";
const fragment = glsl`void main() { gl_FragColor = vec4(1.0); }`;