Skip to main content
Module

x/shader_canvas/core/webgl_canvas/webgl_canvas.ts

A rendering engine where you can write WebGL 2.0 shaders using custom tags.
Latest
import * as shaderCanvas from "https://deno.land/x/shader_canvas@v1.1.1/core/webgl_canvas/webgl_canvas.ts";

Classes

WebGLCanvas is a Web Component. It extends the global HTMLElement and it is intended to be registered with a custom tag name at the global customElements registry.